mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-07 15:27:38 +08:00
Fixed Zimuku url
This commit is contained in:
parent
1a75b141f6
commit
3908175a21
1 changed files with 2 additions and 2 deletions
|
@ -87,9 +87,9 @@ class ZimukuProvider(Provider):
|
||||||
languages = {Language(*l) for l in supported_languages}
|
languages = {Language(*l) for l in supported_languages}
|
||||||
logger.info(str(supported_languages))
|
logger.info(str(supported_languages))
|
||||||
|
|
||||||
server_url = "http://www.zmk.pw"
|
server_url = "http://zimuku.org"
|
||||||
search_url = "/search?q={}"
|
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)"
|
UserAgent = "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue