From 0f0ac0eda1b542990169ecb1214dbb367de1c36f Mon Sep 17 00:00:00 2001 From: swordfish6975 Date: Sun, 10 Feb 2019 15:32:31 +1000 Subject: [PATCH] Update iptorrents.py --- couchpotato/core/media/_base/providers/torrent/iptorrents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/media/_base/providers/torrent/iptorrents.py b/couchpotato/core/media/_base/providers/torrent/iptorrents.py index ee014c2..d349b8f 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={'id': 'torrents','class' : 't1'}) if not result_table or 'nothing found!' in data.lower(): return