From f2f96c2d646aefeaf0d9ebf8464673c94eb9a609 Mon Sep 17 00:00:00 2001 From: Alex Duchesne Date: Tue, 2 Jul 2024 13:01:19 -0400 Subject: [PATCH] Added published date to torrents-csv --- nova3/engines/torrentscsv.py | 5 +++-- nova3/engines/versions.txt | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/nova3/engines/torrentscsv.py b/nova3/engines/torrentscsv.py index 984442e..d62f284 100644 --- a/nova3/engines/torrentscsv.py +++ b/nova3/engines/torrentscsv.py @@ -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): diff --git a/nova3/engines/versions.txt b/nova3/engines/versions.txt index 2ba200b..22fa1b6 100644 --- a/nova3/engines/versions.txt +++ b/nova3/engines/versions.txt @@ -5,4 +5,4 @@ piratebay: 3.3 solidtorrents: 2.1 torlock: 2.22 torrentproject: 1.2 -torrentscsv: 1.3 +torrentscsv: 1.4