Torrent Invites! Buy, Trade, Sell Or Find Free Invites, For EVERY Private Tracker! HDBits.org, BTN, PTP, MTV, Empornium, Orpheus, Bibliotik, RED, IPT, TL, PHD etc!



Results 1 to 3 of 3
Like Tree8Likes
  • 6 Post By SolomuN
  • 1 Post By decade1888
  • 1 Post By SolomuN

Thread: [Autodownloading] uTorrent and RSS Feeds

  1. #1
    Donor
    SolomuN's Avatar
    Reputation Points
    7288
    Reputation Power
    100
    Join Date
    Apr 2017
    Posts
    370
    Time Online
    8 d 19 h 34 m
    Avg. Time Online
    4 m
    Mentioned
    113 Post(s)
    Quoted
    40 Post(s)
    Liked
    152 times
    Feedbacks
    15 (100%)

    Lightbulb [Autodownloading] uTorrent and RSS Feeds

    INTRODUCTION


    In this tutorial I am going to show you how to get your own autodownload script using the RSS feed in Utorrent.


    REQUIRED TOOLS AND DEPENDENCIES


    uTorrent - The best utorrent client that is recommended.


    GETTING THE RSS FEED URL


    First thing we need to do is to get the rss feed from the RSS page (example = https://iptorrents.com/getrss.php) - try for every tracker that you desire, it may work on most of it.
    Each box represents a torrent category. Lets say you want to get the rss feed for HD TV-Series, you will need to check the box called " HD TV Series", after that you copy the RSS feed.


    ADDING THE RSS FEED URL TO UTORRENT


    In uTorrent we go to: File -> Add RSS Feed, at Feed URL place the feed url obtained on the site and press OK. The feed should appear on bottom left.
    2.png

    Right click on trackername and go to RSS Downloader.
    Press Add type in Filelist for example.


    CREATING A FILTER


    RSS filters in uTorrent use regular expressions. Regular expressions (regex) are used by most automatic download methods so knowing at least basic regex is useful. Regex use special characters, and is a very powerful tool. If you want to dive into regex RegexOne is a great interactive tutorial. However, for the purposes of autodownloading with RSS you can get away with only knowing the asterisk character.

    Regex Characters:

    * - This character matches any number of characters, including 0.

    ? - This character matches any single character.

    Sample Filters: (example)
    3.jpg
    Filter: Hemlock?Grove*|Crossbones*|Mythbusters*
    I set it to get every episode or season from these 3 tv-series.

    ? is used when the name of the show contains more that 1 word for example Hemlock.Grove ( ? will replace the . (dot) character)
    * it will match everything after Hemlock.Grove and put it in the download list, for example if we have Hemlock.Grove.S02E04.720p.WEBRip.x264-W4F, it dosen't matter what is after Hemlock.Grove, it will download it.
    | means "or" and it is used to download multiple shows like Hemlock Grove and Crossbones (Hemlock?Grove*|Crossbones*)

    Not function: it is used to set unwanted content.

    Not: *WEB-DL*|*1080p*
    It is set not to match torrents that contain WEB-DL or 1080p in their filename.
    If a torrent with the name Hemlock.Grove.S02E04.720p.WEB-DL.DD5.1.H.264-BTN will be uploaded, it won't be downloaded because it contains WEB-DL, even it the first filter is on and contains Hemlock.Grove.
    If you want to download just 720p episodes you can use the not filter set on : *1080p|*480p ( this will work just if there won't be uploaded an SD episode)
    Another way is to set the first filter with *720p for example : Crossbones*720p*HDTV ( it will download every episode that contains 720p and HDTV in it's filename)

    Save in: Here we put the path where we want to save the wanted content.
    Feed: Select filelist.ro (or the tracke you want to use this filter for)
    You can also use Episode number, for example 2x1-3, it means that the filter will download the episodes from 1-3 of season 2, this option is just for shows, the rest of the settings can be used for everything.


    Hope to serve you well
    Leave a LIKE and REP to show some appreciation Bye, bye


  2. #2
    Extreme User
    decade1888's Avatar
    Reputation Points
    27386
    Reputation Power
    100
    Join Date
    Mar 2018
    Posts
    1,055
    Time Online
    48 d 22 h 13 m
    Avg. Time Online
    31 m
    Mentioned
    480 Post(s)
    Quoted
    170 Post(s)
    Liked
    647 times
    Feedbacks
    78 (100%)
    Helpful , thanks
    SolomuN likes this.

  3. #3
    Donor
    SolomuN's Avatar
    Reputation Points
    7288
    Reputation Power
    100
    Join Date
    Apr 2017
    Posts
    370
    Time Online
    8 d 19 h 34 m
    Avg. Time Online
    4 m
    Mentioned
    113 Post(s)
    Quoted
    40 Post(s)
    Liked
    152 times
    Feedbacks
    15 (100%)
    Quote Originally Posted by decade1888 View Post
    Helpful , thanks
    Thanks, @decade1888
    Glad to help the community
    decade1888 likes this.


Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •