snlbaral / tiktok-dl

A simple tiktok bulk videos downloader written in Python. You can download all videos at once of a tiktok user using this script.
15 stars 8 forks source link

ERROR: Unable to download video data: HTTP Error 403: Forbidden #4

Open djmarioka opened 3 years ago

djmarioka commented 3 years ago

Hi,

when I execute "python tiktok-auto.py", in the CMD window, it says, this error: ERROR: Unable to download video data: HTTP Error 403: Forbidden , so I can't download (I attach a screenshot):

2021-07-05 08_15_43-C__Windows_System32_cmd exe

In addition, when I execute "python tiktok.py", in the CMD window, it says "Considers using a proxy or a custom_verifyfp as method parameters" (I attach a screenshot, also), :

2021-07-05 08_18_02-C__Windows_System32_cmd exe and I don't know what to do.

Could you fix any issue?.

Regards.

snlbaral commented 3 years ago

tiktok-auto.py works just fine. try updating youtube-dl

pip install --upgrade youtube_dl