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

How to download all videos? #3

Closed Mayaman5566 closed 3 years ago

Mayaman5566 commented 3 years ago

tiktok.py can download user all video but tiktok-auto.py only download the latest 6 videos, not tiktok user all videos How should I setting code? Thanks and Regards,

snlbaral commented 3 years ago

run the script. it will open new tab in the browser, do not close or minimize that browser window/tab. let it scroll to bottom. make sure you have good internet connection.

Mayaman5566 commented 3 years ago

I observe doesn't seem to scroll to bottom but It's okay I can still use tiktok.py thank u !

snlbaral commented 3 years ago

it was due to captcha disabled the scroll. I have resolved that issue to wait until captcha is resolved by user before scrolling.