Fix VVVVID, streamsb e nuovo server filemoon. Miglior passaggio info a trakt (se attivo)

This commit is contained in:
marco
2023-03-02 20:47:05 +01:00
parent c1ce1abcae
commit 14ee433eb5
6 changed files with 59 additions and 4 deletions

View File

@@ -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': "".join([random.choice(string.ascii_letters) for y in range(random.randint(1,30))])}
headers = {'User-Agent': httptools.random_useragent()}
# Getting conn_id token from vvvvid and creating payload
login_page = host + '/user/login'