Browse Source

Update iptorrents.py

pull/7292/head
swordfish6975 6 years ago
committed by GitHub
parent
commit
6b7869b458
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

@ -50,7 +50,7 @@ class Base(TorrentProvider):
current_page = 1
while current_page <= pages and not self.shuttingDown():
data = self.getHTMLData(base_url % (freeleech, current_page), headers = self.getRequestHeaders())
log.Debug('data: %s', data)
log.debug('data: %s', data)
if data:
html = BeautifulSoup(data)

Loading…
Cancel
Save