Deluge 1.3.15 and YaRSS2 with YTS Feed Broken

Suggest, post, or discuss plugins for Deluge
Post Reply
User avatar
gderf
Seeder
Seeder
Posts: 155
Joined: Sat Jun 18, 2016 1:32 am

Deluge 1.3.15 and YaRSS2 with YTS Feed Broken

Post by gderf »

I have been using the following RSS Feed URL for a very long time in YaRSS2, but starting around August 1, 2020 it times out and doesn't load any torrents. Has anyone else who uses this setup noticed this?

https://yts.mx/rss/0/1080p/all/0

Edit:

I was able to solve this by decompressing the egg, editing /yarss2/ rssfeed_handling.py and changing the timeout from 15 to 30:

try:
parsed_feed = feedparser.parse(rssfeed_data["url"], request_headers=cookie_header,
agent=user_agent,
timeout=30)
Post Reply