diff --git a/channels.json b/channels.json index e6e133b8..96caddbe 100644 --- a/channels.json +++ b/channels.json @@ -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", diff --git a/channels/vvvvid.py b/channels/vvvvid.py index d2f3e127..050de4de 100644 --- a/channels/vvvvid.py +++ b/channels/vvvvid.py @@ -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()