Как сделать функцию в Python, которая устанавливает в папку видео из тиктока, имея на него ссылку?

Рейтинг: 0Ответов: 1Опубликовано: 20.02.2023

Как сделать функцию в Python, которая устанавливает в папку видео из тиктока, имея на него ссылку?

Я пытался сам, но ничего не получается.

Ответы

▲ 0

Get the video URL from the web...

Go to this URL and find a video you like https://www.tiktok.com/en/trending Click the video you want to watch Copy and paste the URL that is in your web browser then run

python tiktok-dl.py --output out.mp4 --verbose VIDEO_URL_HERE There is an example in test.bat

Посмотри здесь - https://github.com/tonetheman/tiktok-dl