From 69ad743128ac4dcd69ff28abafea07af2fcd117d Mon Sep 17 00:00:00 2001 From: Jeremy Leland Date: Tue, 15 Oct 2024 08:36:16 -0700 Subject: [PATCH] Another yt-dlp command --- linux/cmd.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux/cmd.html b/linux/cmd.html index ead8f64..09a53b2 100644 --- a/linux/cmd.html +++ b/linux/cmd.html @@ -11,6 +11,7 @@
  • Audio only (best m4a): yt-dlp -f 140 [URL]
  • Split audio into chapters: yt-dlp -f 140 --split-chapters -P 'chapters' [URL]
  • Chapter titles: yt-dlp --split-chapters -P 'chapters' -o "chapter:%(section_title)s.%(ext)s" [URL]
  • +
  • Audio playlist: yt-dlp -f 140 --split-chapters -P 'FolderName' -o "chapter:%(section_number)02d - %(section_title)s.%(ext)s" [URL]
  • @@ -26,4 +27,4 @@
  • watch -n 3600 "python ~/Downloads/nfl-streams.py > /mnt/external/Streams/nfl-streams.m3u8"
  • - \ No newline at end of file +