Fix VVVVID
This commit is contained in:
+1
-2
@@ -36,8 +36,7 @@
|
|||||||
"streamingita": "https://www.streamingita.cyou",
|
"streamingita": "https://www.streamingita.cyou",
|
||||||
"streamtime": "https://t.me/s/StreamTime",
|
"streamtime": "https://t.me/s/StreamTime",
|
||||||
"tantifilm": "https://www.tantifilm.beauty",
|
"tantifilm": "https://www.tantifilm.beauty",
|
||||||
"toonitalia": "https://toonitalia.co",
|
"toonitalia": "https://toonitalia.co"
|
||||||
"vvvvid": "https://www.vvvvid.it/forbidden.html"
|
|
||||||
},
|
},
|
||||||
"findhost": {
|
"findhost": {
|
||||||
"altadefinizione": "https://altadefinizione.nuovo.live",
|
"altadefinizione": "https://altadefinizione.nuovo.live",
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@ import requests, sys, inspect
|
|||||||
from core import support, tmdb, httptools
|
from core import support, tmdb, httptools
|
||||||
from platformcode import autorenumber, logger, config
|
from platformcode import autorenumber, logger, config
|
||||||
|
|
||||||
host = support.config.get_channel_url()
|
host = 'https://www.vvvvid.it'
|
||||||
|
|
||||||
# Creating persistent session
|
# Creating persistent session
|
||||||
current_session = requests.Session()
|
current_session = requests.Session()
|
||||||
|
|||||||
Reference in New Issue
Block a user