Switch acgsou to http

This commit is contained in:
rinpatch 2018-05-03 08:34:21 +03:00
parent 1a1f9852f1
commit 3b89ce9bfa
No known key found for this signature in database
GPG Key ID: DBBBD402C68A98DA
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ categories = ['files', 'images', 'videos', 'music']
paging = True
# search-url
base_url = 'https://www.acgsou.com/'
base_url = 'http://www.acgsou.com/'
search_url = base_url + 'search.php?{query}&page={offset}'
# xpath queries
xpath_results = '//table[contains(@class, "list_style table_fixed")]//tr[not(th)]'