diff --git a/couchpotato/core/media/_base/providers/torrent/iptorrents.py b/couchpotato/core/media/_base/providers/torrent/iptorrents.py index 7e9068b..18109d1 100644 --- a/couchpotato/core/media/_base/providers/torrent/iptorrents.py +++ b/couchpotato/core/media/_base/providers/torrent/iptorrents.py @@ -62,7 +62,7 @@ class Base(TorrentProvider): final_page_link = next_link.previous_sibling.previous_sibling pages = int(final_page_link.string) - result_table = html.find('table', attrs={'id': 'torrents'}) + result_table = html.find('table', attrs={'align': 'center', 'class':'t1', 'id': 'torrents'}) log.debug('result_table: %s', result_table) if not result_table or 'nothing found!' in data.lower(): return