Skip to content

Commit

Permalink
Fixing output path for audio playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyLeland committed Nov 6, 2024
1 parent 66648d1 commit 4ad5dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/cmd.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +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>
<li>Audio playlist: yt-dlp -f 140 --split-chapters -o "chapter:%(title)s/%(section_number)02d - %(section_title)s.%(ext)s" [URL]</li>
</ul>
</li>
<li>
Expand Down

0 comments on commit 4ad5dd0

Please sign in to comment.