From b6b0bdba191cad49a957dd959719a1eaef40ebc4 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Sat, 18 Jun 2022 14:26:06 +0200 Subject: [PATCH] move yt-dl to scraping --- {sound => networking/scraping}/youtube-dl.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename {sound => networking/scraping}/youtube-dl.md (75%) diff --git a/sound/youtube-dl.md b/networking/scraping/youtube-dl.md similarity index 75% rename from sound/youtube-dl.md rename to networking/scraping/youtube-dl.md index b2147c7..229157a 100644 --- a/sound/youtube-dl.md +++ b/networking/scraping/youtube-dl.md @@ -1,6 +1,6 @@ --- title: "youtube-dl" -tags: [ "Documentation", "Sound" ] +tags: [ "Documentation", "Scraping" ] --- > youtube-dl --write-auto-sub @@ -16,3 +16,7 @@ It’s also possible to skip the video and only download the subtitle if you add > youtube-dl --sub-lang sv --write-auto-sub --skip-download +## Alternative + +Try `yt-dlp` for some additional features and workarounds. +It uses the same flags as youtube-dl.