swordfish6975
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
couchpotato/core/media/_base/providers/torrent/iptorrents.py
|
@ -53,7 +53,7 @@ class Base(TorrentProvider): |
|
|
|
|
|
|
|
|
if data: |
|
|
if data: |
|
|
html = BeautifulSoup(data) |
|
|
html = BeautifulSoup(data) |
|
|
|
|
|
log.debug('html: %s', html) |
|
|
try: |
|
|
try: |
|
|
page_nav = html.find('span', attrs = {'class': 'page_nav'}) |
|
|
page_nav = html.find('span', attrs = {'class': 'page_nav'}) |
|
|
if page_nav: |
|
|
if page_nav: |
|
|