diff --git a/channels.json b/channels.json index 6502c071..be0f2588 100644 --- a/channels.json +++ b/channels.json @@ -5,7 +5,6 @@ "animeforce": "https://www.animeforce.it", "animesaturn": "https://www.animesaturn.in", "animeunity": "https://www.animeunity.tv", - "animeuniverse": "https://www.animehditalia.it", "animeworld": "https://www.animeworld.tv", "aniplay": "https://aniplay.it", "casacinema": "https://casacinema.lol", diff --git a/channels/animeuniverse.json b/channels/animeuniverse.json index fc61fb9c..cbb3356f 100644 --- a/channels/animeuniverse.json +++ b/channels/animeuniverse.json @@ -1,7 +1,7 @@ { "id": "animeuniverse", "name": "AnimeHDitalia", - "active": true, + "active": false, "language": ["ita", "sub-ita"], "thumbnail": "animeuniverse.png", "banner": "animeuniverse.png", diff --git a/channels/vvvvid.py b/channels/vvvvid.py index 40a08d1b..c3441472 100644 --- a/channels/vvvvid.py +++ b/channels/vvvvid.py @@ -18,7 +18,7 @@ host = 'https://www.vvvvid.it' # Creating persistent session current_session = requests.Session() # current_session.request = functools.partial(current_session.request, timeout=httptools.HTTPTOOLS_DEFAULT_DOWNLOAD_TIMEOUT) -headers = {'User-Agent': ''} +headers = {'User-Agent': "".join([random.choice(string.ascii_letters) for y in range(random.randint(1,30))])} # Getting conn_id token from vvvvid and creating payload login_page = host + '/user/login'