Dinoosauro / tiktok-to-ytdlp

Fetch all the liked videos, videos from an user, videos with a specific sound etc. from TikTok, and creates a script to download them with yt-dlp
MIT License
172 stars 16 forks source link

Incorrect quotation marks around the output template - here is the correct one via chatGPT. #17

Closed jeffscottward closed 1 month ago

jeffscottward commented 3 months ago

The issue might be due to the incorrect quotation marks around the output template. Ensure you are using straight quotes (" "), not curly quotes (“ ”). Here's the corrected command:

yt-dlp -a TikTokLinks.txt -o "TikTok/%(uploader)s/%(title)s - %(id)s.%(ext)s"

Dinoosauro commented 3 months ago

You're right. I fixed that small issue in the README. Thanks for pointing that out!