Как сделать функцию в Python, которая устанавливает в папку видео из тиктока, имея на него ссылку?
Как сделать функцию в Python, которая устанавливает в папку видео из тиктока, имея на него ссылку?
Я пытался сам, но ничего не получается.
Ответы (1 шт):
Автор решения: derekt
→ Ссылка
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