File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # VERSION: 1.4
1
+ # VERSION: 1.5
2
2
# AUTHORS: Dessalines
3
3
4
4
# Redistribution and use in source and binary forms, with or without
@@ -53,7 +53,7 @@ class torrentscsv(object):
53
53
trackers = '&' .join (urlencode ({'tr' : tracker }) for tracker in trackers_list )
54
54
55
55
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 )
57
57
desc_url = "{}/#/search/torrent/{}/1" .format (self .url , what )
58
58
59
59
# get response json
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ piratebay: 3.4
5
5
solidtorrents: 2.4
6
6
torlock: 2.25
7
7
torrentproject: 1.5
8
- torrentscsv: 1.4
8
+ torrentscsv: 1.5
You can’t perform that action at this time.
0 commit comments