swordfish6975
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
couchpotato/core/media/_base/providers/torrent/iptorrents.py
|
@ -62,7 +62,7 @@ class Base(TorrentProvider): |
|
|
final_page_link = next_link.previous_sibling.previous_sibling |
|
|
final_page_link = next_link.previous_sibling.previous_sibling |
|
|
pages = int(final_page_link.string) |
|
|
pages = int(final_page_link.string) |
|
|
|
|
|
|
|
|
result_table = html.find('table', attrs={'id': 'torrents'}) |
|
|
result_table = html.find('table', attrs={'id': 'torrents','class' : 't1'}) |
|
|
|
|
|
|
|
|
if not result_table or 'nothing found!' in data.lower(): |
|
|
if not result_table or 'nothing found!' in data.lower(): |
|
|
return |
|
|
return |
|
|