Browse Source

Update iptorrents.py

pull/7292/head
swordfish6975 6 years ago
committed by GitHub
parent
commit
e99de9f6b2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      couchpotato/core/media/_base/providers/torrent/iptorrents.py

2
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:

Loading…
Cancel
Save