mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
yt-dlp: update page (#12580)
* yt-dlp: update page --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: spageektti <git@spageektti.cc>
This commit is contained in:
parent
19e0ee86e3
commit
fde9b62db0
1 changed files with 4 additions and 8 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
`yt-dlp --list-formats "{{https://www.youtube.com/watch?v=oHg5SJYRHA0}}"`
|
||||
|
||||
- Download a video with a defined format, in this case the best mp4 video available (default is "bv\*+ba/b"):
|
||||
- Download a video or playlist using the best MP4 video available (default is "bv\*+ba/b"):
|
||||
|
||||
`yt-dlp --format "{{bv*[ext=mp4]+ba[ext=m4a]/b[ext=mp4]}}" "{{https://www.youtube.com/watch?v=oHg5SJYRHA0}}"`
|
||||
|
||||
|
@ -25,14 +25,10 @@
|
|||
|
||||
`yt-dlp --extract-audio --audio-format {{mp3}} --audio-quality {{0}} "{{https://www.youtube.com/watch?v=oHg5SJYRHA0}}"`
|
||||
|
||||
- Download all playlists of YouTube channel/user keeping each playlist in separate directory:
|
||||
- Download all playlists of a YouTube channel/user keeping each playlist in a separate directory:
|
||||
|
||||
`yt-dlp -o "{{%(uploader)s/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s}}" "{{https://www.youtube.com/user/TheLinuxFoundation/playlists}}"`
|
||||
|
||||
- Download Udemy course keeping each chapter in separate directory under MyVideos directory in your home:
|
||||
- Download a Udemy course keeping each chapter in a separate directory:
|
||||
|
||||
`yt-dlp -u {{user}} -p {{password}} -P "{{~/MyVideos}}" -o "{{%(playlist)s/%(chapter_number)s - %(chapter)s/%(title)s.%(ext)s}}" "{{https://www.udemy.com/java-tutorial}}"`
|
||||
|
||||
- Download entire series season keeping each series and each season in separate directory under C:/MyVideos:
|
||||
|
||||
`yt-dlp -P "{{C:/MyVideos}}" -o "{{%(series)s/%(season_number)s - %(season)s/%(episode_number)s - %(episode)s.%(ext)s}}" "{{https://videomore.ru/kino_v_detalayah/5_sezon/367617}}"`
|
||||
`yt-dlp -u {{user}} -p {{password}} -P "{{path/to/directory}}" -o "{{%(playlist)s/%(chapter_number)s - %(chapter)s/%(title)s.%(ext)s}}" "{{https://www.udemy.com/java-tutorial}}"`
|
||||
|
|
Loading…
Add table
Reference in a new issue