streamZ nome corretto

This commit is contained in:
Alhaziel01
2020-11-07 12:14:04 +01:00
parent 630bc93614
commit f35db58f70
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
},
"free": true,
"id": "streamz",
"name": "streamz",
"name": "streamZ",
"settings": [
{
"default": false,

View File

@@ -12,7 +12,7 @@ def test_video_exists(page_url):
data = httptools.downloadpage(page_url).data
if "<font color=\"red\"><b>File not found, sorry!" in data:
return False, config.get_localized_string(70449) % "Streamz"
return False, config.get_localized_string(70449) % "streamZ"
return True, ""
@@ -28,6 +28,6 @@ def get_video_url(page_url, video_password):
url = url.replace("getmp4", "getlink").replace("getIink", "getlink")
url += "|User-Agent=%s" % httptools.get_user_agent()
video_urls.append(["[streamz]", url])
video_urls.append(["[streamZ]", url])
return video_urls