Appends only the torrent object.
This commit is contained in:
@@ -96,7 +96,7 @@ class Piratebay(object):
|
|||||||
|
|
||||||
torrent = Torrent(name, magnet['href'], size, uploader, date, seed, leech, url)
|
torrent = Torrent(name, magnet['href'], size, uploader, date, seed, leech, url)
|
||||||
|
|
||||||
torrents_found.append(torrent.get_all_attr())
|
torrents_found.append(torrent)
|
||||||
else:
|
else:
|
||||||
# print(torrentElement)
|
# print(torrentElement)
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user