Added published date to piratebay
This commit is contained in:
parent
bd2119b4e3
commit
6c7f044905
|
|
@ -1,4 +1,4 @@
|
|||
#VERSION: 3.2
|
||||
#VERSION: 3.3
|
||||
# AUTHORS: Fabien Devaux (fab@gnux.info)
|
||||
# CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org)
|
||||
# Arthur (custparasite@gmx.se)
|
||||
|
|
@ -88,7 +88,8 @@ class piratebay(object):
|
|||
'seeds': result['seeders'],
|
||||
'leech': result['leechers'],
|
||||
'engine_url': self.url,
|
||||
'desc_link': self.url + '/description.php?id=' + result['id']
|
||||
'desc_link': self.url + '/description.php?id=' + result['id'],
|
||||
'pub_date': result['added'],
|
||||
}
|
||||
prettyPrinter(res)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
eztv: 1.14
|
||||
jackett: 4.0
|
||||
limetorrents: 4.7
|
||||
piratebay: 3.2
|
||||
piratebay: 3.3
|
||||
solidtorrents: 2.1
|
||||
torlock: 2.22
|
||||
torrentproject: 1.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue