mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-26 04:35:31 +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.interface = deluge_interface
|
||||||
self.config_file = os.path.join(deluge.common.CONFIG_DIR, "newsearch.conf")
|
self.config_file = os.path.join(deluge.common.CONFIG_DIR, "newsearch.conf")
|
||||||
self.config = deluge.pref.Preferences(self.config_file, False,
|
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\
|
'Google' : "http://www.google.com/cse?cx=010331601\
|
||||||
931556850092%3Apfadwhze_jy&q=${query}&sa=Search&cof=FORID%3A1",
|
931556850092%3Apfadwhze_jy&q=${query}&sa=Search&cof=FORID%3A1",
|
||||||
'Mininova' : 'http://www.mininova.org/search/?search=${query}/seeds',
|
'Mininova' : 'http://www.mininova.org/search/?search=${query}/seeds',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue