Add Rss Feed To Qbittorrent [OFFICIAL – 2026]

# 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

client = Client(host='localhost:8080', username='admin', password='adminadmin') client.rss.addFeed(url='https://example.com/feed.xml', item_path='My Feeds/TV Shows') add rss feed to qbittorrent

A dialog box will pop up asking for the URL. your copied RSS feed link into the box. Click OK . # CONFIG — edit these QB_HOST = "http://127