aboutsummaryrefslogtreecommitdiff
path: root/content/notes/download-youtube-videos.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-05-26 00:45:36 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-05-26 00:45:36 +0200
commitd26a55ee8b520a1ae0fc4c0973d3f9880a5357f8 (patch)
tree70048479e9573569dcb0cb35ea86a3116204ea04 /content/notes/download-youtube-videos.md
parent43b0708769eb61392050045b881f8e6ba39c5b66 (diff)
downloadmitjafelicijan.com-d26a55ee8b520a1ae0fc4c0973d3f9880a5357f8.tar.gz
Housecleaning
Diffstat (limited to 'content/notes/download-youtube-videos.md')
-rw-r--r--content/notes/download-youtube-videos.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/notes/download-youtube-videos.md b/content/notes/download-youtube-videos.md
index 6d26d12..f9f9481 100644
--- a/content/notes/download-youtube-videos.md
+++ b/content/notes/download-youtube-videos.md
@@ -22,3 +22,4 @@ Download and install https://github.com/yt-dlp/yt-dlp.
22# This will download all videos in videos.txt. 22# This will download all videos in videos.txt.
23yt-dlp --batch-file videos.txt -N `nproc` -f webm 23yt-dlp --batch-file videos.txt -N `nproc` -f webm
24``` 24```
25