Browse Source

Update iptorrents.py

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

1
couchpotato/core/media/_base/providers/torrent/iptorrents.py

@ -64,7 +64,6 @@ class Base(TorrentProvider):
result_table = html.find('table', id="torrents") result_table = html.find('table', id="torrents")
log.debug('result_table: %s', result_table) log.debug('result_table: %s', result_table)
result_table = result_table[0]
if not result_table or 'nothing found!' in data.lower(): if not result_table or 'nothing found!' in data.lower():
return return

Loading…
Cancel
Save