From 09df8697ea2bf18a689f7980d80ac9b732ea4af0 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Mon, 4 Jul 2022 16:32:04 +0200 Subject: [PATCH] Fix VVVVID --- channels.json | 3 +-- channels/vvvvid.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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()