mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Merge pull request #3307 from ngosang/extratorrentimp
[search engine] Update ExtraTorrent
This commit is contained in:
commit
af79ba433c
4 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
#VERSION: 2.0
|
||||
#VERSION: 2.01
|
||||
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
||||
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -141,7 +141,7 @@ class extratorrent(object):
|
|||
""" Performs search """
|
||||
connection = http("extratorrent.cc")
|
||||
|
||||
query = "".join(("/search/?new=1&search=", what, "&s_cat=", self.supported_categories[cat]))
|
||||
query = "".join(("/advanced_search/?with=", what, "&s_cat=", self.supported_categories[cat]))
|
||||
|
||||
connection.request("GET", query)
|
||||
response = connection.getresponse()
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
btdigg: 1.30
|
||||
demonoid: 1.1
|
||||
extratorrent: 2.0
|
||||
extratorrent: 2.01
|
||||
kickasstorrents: 1.28
|
||||
legittorrents: 2.00
|
||||
mininova: 2.00
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#VERSION: 2.0
|
||||
#VERSION: 2.01
|
||||
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
||||
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -141,7 +141,7 @@ class extratorrent(object):
|
|||
""" Performs search """
|
||||
connection = http("extratorrent.cc")
|
||||
|
||||
query = "".join(("/search/?new=1&search=", what, "&s_cat=", self.supported_categories[cat]))
|
||||
query = "".join(("/advanced_search/?with=", what, "&s_cat=", self.supported_categories[cat]))
|
||||
|
||||
connection.request("GET", query)
|
||||
response = connection.getresponse()
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
btdigg: 1.30
|
||||
demonoid: 1.1
|
||||
extratorrent: 2.0
|
||||
extratorrent: 2.01
|
||||
kickasstorrents: 1.28
|
||||
legittorrents: 2.00
|
||||
mininova: 2.00
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue