Hello
I'm trying to setup Qbittorrent Web UI with the RSS feed and I finally managed to add the cookies into the qbittorrent.conf file.
Add this under
[Network]
Cookies="uid=xxx; expires=Tue, 13-Feb-2125 14:59:41 GMT; domain=mma-torrents.com; path=/", "pass=xxx; expires=Tue, 13-Feb-2125 15:01:03 GMT; domain=mma-torrents.com; path=/"
Then Qbittorrent will use the cookie of your account.
Since the default RSS is working right now i'm trying to let it search specific categories and that's also possible like this:
https://mma-torrents.com/rssdl.php?cat=96With the category 96 added to the RSS feed it will only search for UFC HD torrents.
The only thing i'm looking for right now is changing the RSS so it only will display Freeleech torrents.
I've tried something like this:
https://mma-torrents.com/rssdl.php?freeleech=2But sadly nothing works... Is it possible to add the freeleech possibility to the RSS feeds?