qBittorrent will now fetch the feed. Within a few seconds, a list of available files will populate the right-hand pane. Double-clicking any item in this list will manually start its download. Step 4: Automate Downloads Using RSS Downloader Rules
Check Save to a Different Directory if you want these specific files sent to a dedicated folder instead of your default download path. Click the folder icon to browse and select the path.
Enter keywords to exclude. This is perfect for avoiding unwanted formats, languages, or resolutions (e.g., 32bit x86 ).
Check the specific RSS feed(s) this rule applies to. Do not leave them all unchecked, or the rule won't monitor anything. add rss feed to qbittorrent
: Use filters to only download specific resolutions (e.g., 1080p) or versions. Step 1: Enable the RSS Reader
Note: Ensure the feed outputs direct download links (magnet links or .torrent file URLs), as qBittorrent cannot parse standard webpage links. Step 3: Add the RSS Feed to qBittorrent
def add_rule(rule_name, rule_filter, save_path, enabled=True): url = f"QB_HOST/api/v2/rss/createRule" data = "ruleName": rule_name, "ruleApplyTo": "0", # 0 = all feeds, 1 = specific feed "ruleFeedId": "", # empty when apply to all feeds "ruleMustContain": rule_filter, "ruleMustNotContain": "", "ruleUseRegex": "true", # "true"/"false" "ruleSmartEpisodeFilter": "false", "ruleSavePath": save_path, "ruleAutoDownload": "true", "ruleEpisodeFilter": "", "ruleEnabled": "true" if enabled else "false" qBittorrent will now fetch the feed
Before we dive into the steps, let's quickly explain what an RSS feed is. RSS (Really Simple Syndication) is a type of feed that allows you to receive updates from a website or a service in a standardized way. In the context of qBittorrent, an RSS feed can be used to automatically download new releases of your favorite TV shows, movies, or software.
By default, the RSS tab might be hidden in your qBittorrent interface depending on your version's fresh install settings. Enabling it takes just two clicks. Open . Look at the main menu bar at the top of the window. Click on View . Check the box next to RSS Reader .
To add an RSS feed to qBittorrent, you must first enable the feature in your settings and then provide the URL of the feed you wish to follow. Step 1: Enable RSS in Settings qBittorrent Select the section on the left sidebar. Check the following boxes: Enable fetching RSS feeds Enable auto downloading of RSS torrents (optional, if you want automatic downloads). to save and close the settings. Step 2: Add the RSS Feed URL Locate the Step 4: Automate Downloads Using RSS Downloader Rules
In the early days of BitTorrent, the process was a ritual of manual labor: visit a trusted tracker website, scan forum posts or new uploads, locate a specific file, download the .torrent file, and finally open it in a client to begin the download. For users who frequently downloaded content—such as weekly television episodes, daily software builds, or podcasts—this cycle was not only tedious but inefficient. The solution to this friction lies in a technology older than the Torrent protocol itself: . By integrating RSS feeds into a modern torrent client like qBittorrent, users can transform a manual chore into an autonomous, filter-driven pipeline, fundamentally changing how they interact with online content.
Click the button in the top right of the RSS tab.
Automating your downloads saves time and ensures you never miss a new release from your favorite content creators or open-source distributors. Instead of manually searching for files every day, you can connect an RSS feed directly to qBittorrent.
If you want to fine-tune your automation further, let me know: Are you setting this up for ?
Keywords to avoid (e.g., "xvid", "hindi").