Add Rss Feed To Qbittorrent Link
Enter keywords to match (e.g., Show Name 1080p ). Use * as a wildcard.
: Configuring rules and filters can be intimidating for newbies. add rss feed to qbittorrent
In the "Must contain" field, enter keywords for the items you want (e.g., or a specific show title). Enter keywords to match (e
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 Enter keywords to match (e.g.
def add_feed(feed_url): url = f"QB_HOST/api/v2/rss/addFeed" r = session.post(url, data="url": feed_url) r.raise_for_status() return r.text