From e99de9f6b277a487dcd11835efee2bb02cce0cd2 Mon Sep 17 00:00:00 2001 From: swordfish6975 Date: Sun, 10 Feb 2019 15:42:41 +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 e18b28b..7e9068b 100644 --- a/couchpotato/core/media/_base/providers/torrent/iptorrents.py +++ b/couchpotato/core/media/_base/providers/torrent/iptorrents.py @@ -53,7 +53,7 @@ class Base(TorrentProvider): if data: html = BeautifulSoup(data) - + log.debug('html: %s', html) try: page_nav = html.find('span', attrs = {'class': 'page_nav'}) if page_nav: