mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 09:58:39 +00:00
add /seeds to mininova search
This commit is contained in:
parent
91fa4df798
commit
736afd6a19
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class Search:
|
||||||
defaults={'Pirate Bay' : 'http://thepiratebay.org/search/${query}/0/3/0',
|
defaults={'Pirate Bay' : 'http://thepiratebay.org/search/${query}/0/3/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}',
|
'Mininova' : 'http://www.mininova.org/search/?search=${query}/seeds',
|
||||||
'isoHunt' : "http://isohunt.com/torrents/?ihq=${query}"})
|
'isoHunt' : "http://isohunt.com/torrents/?ihq=${query}"})
|
||||||
try:
|
try:
|
||||||
self.config.load()
|
self.config.load()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue