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 Apr 29, 2024
1 parent efe75be commit bb12db7
Showing 1 changed file with 3 additions and 2 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

0 comments on commit bb12db7

Please sign in to comment.