Fix vvvvid, rimosso animeuniverse(chiuso)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "animeuniverse",
|
||||
"name": "AnimeHDitalia",
|
||||
"active": true,
|
||||
"active": false,
|
||||
"language": ["ita", "sub-ita"],
|
||||
"thumbnail": "animeuniverse.png",
|
||||
"banner": "animeuniverse.png",
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user