Add Rss Feed To Qbittorrent 🆕
Duplicates are downloading constantly.
# CONFIG — edit these QB_HOST = "http://127.0.0.1:8080" # qBittorrent Web UI URL USERNAME = "admin" # web UI username PASSWORD = "adminadmin" # web UI password RSS_FEED_URL = "https://example.com/feed.rss" RULE_NAME = "auto-download-rule" RULE_FILTER = ".*" # regex to match item title (default matches all) SAVE_PATH = "/downloads/torrents" # qBittorrent save path for matched downloads ENABLED = True add rss feed to qbittorrent
A dialog box will pop up.
: Select which of your subscribed feeds this rule should monitor. Duplicates are downloading constantly
tasks: tv-shows: rss: https://mysite.com/rss.xml regexp: accept: - 'Show\.Name\.S\d2E\d2.*1080p' reject: - 'HEVC|REPACK|Proper' qbittorrent: host: localhost:8080 label: tv-automation tasks: tv-shows: rss: https://mysite
To add an RSS feed to qBittorrent , you must first enable the feature in your settings and then subscribe to your desired feed URL. 1. Enable RSS Support