Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix curly quotes in README command template (#17)
  • Loading branch information
dinoosauro authored Jun 8, 2024
1 parent 705471e commit 98172ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The webpage will automatically scroll until no other items are found. Then, a
file called "TikTokLinks.txt" will be downloaded. You now can download the
videos with yt-dlp. An example script is:

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

Note that the most important part in this script is `-a TikTokLinks.txt`: by
writing this, yt-dlp will download all the videos that are in the txt file. You
Expand Down

0 comments on commit 98172ff

Please sign in to comment.