Ripolin / potatoygg

Ygg torrent provider implementation for CouchPotato
Apache License 2.0
15 stars 10 forks source link

New URL and errors finding torrents #13

Closed antipiot closed 5 years ago

antipiot commented 5 years ago

Hello!

Wanted to report that Yggtorrent URL changed again to www9 :-)

Anyway: i've tried to change the URL in ygg.py from www6 to www9 but i'm facing new errors:

11-13 20:01:49 ERROR[tato.core.plugins.ygg.ygg] Failed searching release from YGG: Traceback (most recent call last): File "/app/couchpotato/couchpotato/core/plugins/ygg/ygg.py", line 189, in _searchOnTitle for link in soup.find(class_='results').find_all( AttributeError: 'NoneType' object has no attribute 'find_all' 11-13 20:01:50 ERROR[tato.core.plugins.ygg.ygg] Failed searching release from YGG: Traceback (most recent call last): File "/app/couchpotato/couchpotato/core/plugins/ygg/ygg.py", line 189, in _searchOnTitle for link in soup.find(class_='results').find_all( AttributeError: 'NoneType' object has no attribute 'find_all'

Does somebody know what's up?

clemsail commented 5 years ago

I've the same errors, but no issues

Ripolin commented 5 years ago

Duplicate of #14