Browse Source

Remove print from TPB provider

pull/1457/head
Ruud 12 years ago
parent
commit
1267cdac4d
  1. 2
      couchpotato/core/providers/torrent/thepiratebay/main.py

2
couchpotato/core/providers/torrent/thepiratebay/main.py

@ -68,8 +68,6 @@ class ThePirateBay(TorrentMagnetProvider):
except:
pass
print total_pages, page
entries = results_table.find_all('tr')
for result in entries[2:]:
link = result.find(href = re.compile('torrent\/\d+\/'))

Loading…
Cancel
Save