Page 1 of 1

Deluge 1.3.15 and YaRSS2 with YTS Feed Broken

Posted: Sun Aug 02, 2020 4:26 pm
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)