Added published date to torrents-csv

This commit is contained in:
Alex Duchesne 2024-07-02 13:01:19 -04:00 committed by xavier2k6
parent 6c7f044905
commit 8f002e5a1e
2 changed files with 4 additions and 3 deletions

View File

@ -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):

View File

@ -5,4 +5,4 @@ piratebay: 3.3
solidtorrents: 2.1
torlock: 2.22
torrentproject: 1.2
torrentscsv: 1.3
torrentscsv: 1.4