Skip to content

Commit

Permalink
Added date to piratebay
Browse files Browse the repository at this point in the history
  • Loading branch information
ducalex committed Jun 28, 2024
1 parent efe75be commit 4cd8699
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions nova3/engines/piratebay.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#VERSION: 3.2
#VERSION: 3.3
# AUTHORS: Fabien Devaux ([email protected])
# CONTRIBUTORS: Christophe Dumez ([email protected])
# Arthur ([email protected])
Expand Down Expand Up @@ -88,7 +88,8 @@ def search(self, what, cat='all'):
'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)

Expand Down
2 changes: 1 addition & 1 deletion nova3/engines/versions.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4cd8699

Please sign in to comment.