Skip to content

Commit

Permalink
Another yt-dlp command
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyLeland committed Oct 15, 2024
1 parent e192037 commit 69ad743
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linux/cmd.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<li>Audio only (best m4a): yt-dlp -f 140 [URL]</li>
<li>Split audio into chapters: yt-dlp -f 140 --split-chapters -P 'chapters' [URL]</li>
<li>Chapter titles: yt-dlp --split-chapters -P 'chapters' -o "chapter:%(section_title)s.%(ext)s" [URL]</li>
<li>Audio playlist: yt-dlp -f 140 --split-chapters -P 'FolderName' -o "chapter:%(section_number)02d - %(section_title)s.%(ext)s" [URL]</li>
</ul>
</li>
<li>
Expand All @@ -26,4 +27,4 @@
<li>watch -n 3600 "python ~/Downloads/nfl-streams.py > /mnt/external/Streams/nfl-streams.m3u8"</li>
</ul>
</li>
</ul>
</ul>

0 comments on commit 69ad743

Please sign in to comment.