mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-23 16:23:41 +00:00
Fix broken url for titulky.com provider
This commit is contained in:
parent
d23d36d81c
commit
9b05a3a63a
1 changed files with 3 additions and 3 deletions
|
@ -152,12 +152,12 @@ class TitulkyProvider(Provider):
|
|||
"""Titulky Provider."""
|
||||
languages = {Language(l) for l in ['ces', 'slk']}
|
||||
|
||||
server_url = 'https://premium.titulky.com'
|
||||
server_url = 'https://oldpremium.titulky.com'
|
||||
sign_out_url = '?Logoff=true'
|
||||
search_url_series = '?Fulltext={}'
|
||||
search_url_movies = '?Searching=AdvancedResult&ARelease={}'
|
||||
dn_url = 'https://premium.titulky.com'
|
||||
download_url = 'https://premium.titulky.com/idown.php?titulky='
|
||||
dn_url = 'https://oldpremium.titulky.com'
|
||||
download_url = 'https://oldpremium.titulky.com/idown.php?titulky='
|
||||
|
||||
UserAgent = 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)'
|
||||
|
||||
|
|
Loading…
Reference in a new issue