mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-24 02:06:07 +03:00
[search engine] Improve torrentz engine to return more results
This commit is contained in:
parent
e788445fe2
commit
28fcbe9bc5
4 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
#VERSION: 2.12
|
||||
#VERSION: 2.13
|
||||
#AUTHORS: Diego de las Heras (diegodelasheras@gmail.com)
|
||||
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -105,7 +105,7 @@ class torrentz(object):
|
|||
while i < 6:
|
||||
results_list = []
|
||||
# "what" is already urlencoded
|
||||
html = retrieve_url(self.url + '/search?f=%s&p=%d' % (what, i))
|
||||
html = retrieve_url(self.url + '/any?f=%s&p=%d' % (what, i))
|
||||
parser = self.MyHtmlParser(results_list, self.url, trackers)
|
||||
parser.feed(html)
|
||||
parser.close()
|
||||
|
|
|
@ -5,4 +5,4 @@ extratorrent: 1.2
|
|||
kickasstorrents: 1.26
|
||||
btdigg: 1.24
|
||||
legittorrents: 1.02
|
||||
torrentz: 2.12
|
||||
torrentz: 2.13
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#VERSION: 2.12
|
||||
#VERSION: 2.13
|
||||
#AUTHORS: Diego de las Heras (diegodelasheras@gmail.com)
|
||||
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -105,7 +105,7 @@ class torrentz(object):
|
|||
while i < 6:
|
||||
results_list = []
|
||||
# "what" is already urlencoded
|
||||
html = retrieve_url(self.url + '/search?f=%s&p=%d' % (what, i))
|
||||
html = retrieve_url(self.url + '/any?f=%s&p=%d' % (what, i))
|
||||
parser = self.MyHtmlParser(results_list, self.url, trackers)
|
||||
parser.feed(html)
|
||||
parser.close()
|
||||
|
|
|
@ -5,4 +5,4 @@ extratorrent: 1.2
|
|||
kickasstorrents: 1.26
|
||||
btdigg: 1.23
|
||||
legittorrents: 1.03
|
||||
torrentz: 2.12
|
||||
torrentz: 2.13
|
||||
|
|
Loading…
Reference in a new issue