Explorar el Código

Fix nyaa to use https

rinpatch hace 6 años
padre
commit
f6695cea59
Ninguna cuenta está vinculada al correo electrónico del colaborador
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      searx/engines/nyaa.py

+ 2
- 2
searx/engines/nyaa.py Ver fichero

@@ -1,7 +1,7 @@
1 1
 """
2 2
  Nyaa.si (Anime Bittorrent tracker)
3 3
 
4
- @website      http://www.nyaa.si/
4
+ @website      https://nyaa.si/
5 5
  @provide-api  no
6 6
  @using-api    no
7 7
  @results      HTML
@@ -19,7 +19,7 @@ categories = ['files', 'images', 'videos', 'music']
19 19
 paging = True
20 20
 
21 21
 # search-url
22
-base_url = 'http://www.nyaa.si/'
22
+base_url = 'https://nyaa.si/'
23 23
 search_url = base_url + '?page=search&{query}&offset={offset}'
24 24
 
25 25
 # xpath queries