Added published date to torrents-csv
This commit is contained in:
parent
6c7f044905
commit
8f002e5a1e
|
|
@ -1,4 +1,4 @@
|
|||
#VERSION: 1.3
|
||||
#VERSION: 1.4
|
||||
# AUTHORS: Dessalines
|
||||
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -68,7 +68,8 @@ class torrentscsv(object):
|
|||
'seeds': result['seeders'],
|
||||
'leech': result['leechers'],
|
||||
'engine_url': self.url,
|
||||
'desc_link': desc_url}
|
||||
'desc_link': desc_url,
|
||||
'pub_date': result['created_unix']}
|
||||
prettyPrinter(res)
|
||||
|
||||
def download_link(self, result):
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ piratebay: 3.3
|
|||
solidtorrents: 2.1
|
||||
torlock: 2.22
|
||||
torrentproject: 1.2
|
||||
torrentscsv: 1.3
|
||||
torrentscsv: 1.4
|
||||
|
|
|
|||
Loading…
Reference in New Issue