You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please consider updating tiktok.py by replacing device_id = str(random.randint(10**18, 10**19 - 1)) # Random device id
with device_id = str(random.randint(10000, 999999999)) # Random device id
This modification fixes broken downloads, because currently it returns an Access Denied
Please consider updating tiktok.py by replacing
device_id = str(random.randint(10**18, 10**19 - 1)) # Random device id
with
device_id = str(random.randint(10000, 999999999)) # Random device id
This modification fixes broken downloads, because currently it returns an Access Denied
References:
#997
The text was updated successfully, but these errors were encountered: