Fixed Zimuku url

This commit is contained in:
Xavier Xiong 2021-05-31 18:06:50 +02:00 committed by GitHub
parent 1a75b141f6
commit 3908175a21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -87,9 +87,9 @@ class ZimukuProvider(Provider):
languages = {Language(*l) for l in supported_languages}
logger.info(str(supported_languages))
server_url = "http://www.zmk.pw"
server_url = "http://zimuku.org"
search_url = "/search?q={}"
download_url = "http://www.zmk.pw/"
download_url = "http://zimuku.org/"
UserAgent = "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)"