Remove print from TPB provider

This commit is contained in:
Ruud
2013-02-24 00:18:10 +01:00
parent 05bcee12ae
commit 1267cdac4d

View File

@@ -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+\/'))