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: