Unverified Commit f6695cea authored by rinpatch's avatar rinpatch

Fix nyaa to use https

parent 5f3ada47
"""
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment