mirror of
https://github.com/searxng/searxng
synced 2024-11-18 15:26:25 +00:00
Fix nyaa to use https
This commit is contained in:
parent
5f3ada4721
commit
f6695cea59
@ -1,7 +1,7 @@
|
||||
"""
|
||||
Nyaa.si (Anime Bittorrent tracker)
|
||||
|
||||
@website http://www.nyaa.si/
|
||||
@website https://nyaa.si/
|
||||
@provide-api no
|
||||
@using-api no
|
||||
@results HTML
|
||||
@ -19,7 +19,7 @@ categories = ['files', 'images', 'videos', 'music']
|
||||
paging = True
|
||||
|
||||
# search-url
|
||||
base_url = 'http://www.nyaa.si/'
|
||||
base_url = 'https://nyaa.si/'
|
||||
search_url = base_url + '?page=search&{query}&offset={offset}'
|
||||
|
||||
# xpath queries
|
||||
|
Loading…
Reference in New Issue
Block a user