Procházet zdrojové kódy

[enh] general torrent search with piratebay

asciimoo před 11 roky
rodič
revize
2d179c4cf6
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      searx/engines/piratebay.py

+ 1
- 0
searx/engines/piratebay.py Zobrazit soubor

@@ -9,6 +9,7 @@ url = 'https://thepiratebay.se/'
9 9
 search_url = url + 'search/{search_term}/0/99/{search_type}'
10 10
 search_types = {'videos': '200'
11 11
                ,'music' : '100'
12
+               ,'files' : '0'
12 13
                }
13 14
 
14 15
 def request(query, params):