Skip to content

Commit

Permalink
Bump version (I assume plugin update
Browse files Browse the repository at this point in the history
  • Loading branch information
ducalex committed Apr 23, 2024
1 parent e39be3c commit 9269a41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions nova3/engines/torrentscsv.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#VERSION: 1.2
#VERSION: 1.3
# AUTHORS: Dessalines

# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -33,7 +33,7 @@


class torrentscsv(object):
url = 'https://torrents-csv.com'
url = 'https://torrents-csv.ml'
name = 'torrents-csv'
supported_categories = {'all': ''}

Expand Down Expand Up @@ -68,7 +68,8 @@ def search(self, what, cat='all'):
'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):
Expand Down
2 changes: 1 addition & 1 deletion nova3/engines/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ piratebay: 3.2
solidtorrents: 2.1
torlock: 2.22
torrentproject: 1.2
torrentscsv: 1.2
torrentscsv: 1.3

0 comments on commit 9269a41

Please sign in to comment.