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