Skip to content

Commit 2c6d369

Browse files
committed
Adjust torrentscsv query size limit
1 parent f01d47f commit 2c6d369

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nova3/engines/torrentscsv.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# VERSION: 1.4
1+
# VERSION: 1.5
22
# AUTHORS: Dessalines
33

44
# Redistribution and use in source and binary forms, with or without
@@ -53,7 +53,7 @@ class torrentscsv(object):
5353
trackers = '&'.join(urlencode({'tr': tracker}) for tracker in trackers_list)
5454

5555
def search(self, what, cat='all'):
56-
search_url = "{}/service/search?size=300&q={}".format(self.url, what)
56+
search_url = "{}/service/search?size=100&q={}".format(self.url, what)
5757
desc_url = "{}/#/search/torrent/{}/1".format(self.url, what)
5858

5959
# get response json

nova3/engines/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ piratebay: 3.4
55
solidtorrents: 2.4
66
torlock: 2.25
77
torrentproject: 1.5
8-
torrentscsv: 1.4
8+
torrentscsv: 1.5

0 commit comments

Comments
 (0)