mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +00:00
sort by seeds in piratebay search
This commit is contained in:
parent
736afd6a19
commit
4d4b30700a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class Search:
|
|||
self.interface = deluge_interface
|
||||
self.config_file = os.path.join(deluge.common.CONFIG_DIR, "newsearch.conf")
|
||||
self.config = deluge.pref.Preferences(self.config_file, False,
|
||||
defaults={'Pirate Bay' : 'http://thepiratebay.org/search/${query}/0/3/0',
|
||||
defaults={'Pirate Bay' : 'http://thepiratebay.org/search/${query}/0/7/0',
|
||||
'Google' : "http://www.google.com/cse?cx=010331601\
|
||||
931556850092%3Apfadwhze_jy&q=${query}&sa=Search&cof=FORID%3A1",
|
||||
'Mininova' : 'http://www.mininova.org/search/?search=${query}/seeds',
|
||||
|
|
Loading…
Add table
Reference in a new issue