User Tools

Site Tools


youtube-dl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
youtube-dl [2021/12/03 21:21] – yt-dlp rjtyoutube-dl [2024/12/11 19:18] (current) – [Video] auto merging streams rjt
Line 7: Line 7:
  
 ^ ''-F'' | List available formats for the video. | ^ ''-F'' | List available formats for the video. |
-^ ''-f\_[code]'' | Format, I usually go with ''best''. |+^ ''-f\_[code]'' | Format, use code from ''-F'' list. Default is highest quality. |
 ^ ''-i'' | Ignore errors. Sometimes comes in handy when trivial errors are holding things up. | ^ ''-i'' | Ignore errors. Sometimes comes in handy when trivial errors are holding things up. |
 ^ ''-o'' | Lets you set a template to format the filenames of the output. | ^ ''-o'' | Lets you set a template to format the filenames of the output. |
Line 29: Line 29:
 ==== Video ==== ==== Video ====
 YTDL will automatically grab the best-quality version, so often ''youtube-dl [url]'' is sufficient.  YTDL will automatically grab the best-quality version, so often ''youtube-dl [url]'' is sufficient. 
 +
 +If you want to choose which format with ''-f'' it likely will be ''video only'', so you have to pick an audio  stream too, you can grab them both and have them merged by using a [;us symbol, eg: ''ytdlp -f 123+456 [youtube id]''
  
 ==== Getting Audio from Videos ==== ==== Getting Audio from Videos ====
Line 52: Line 54:
 Been researching making or installing a web interface to combine with a YTDL setup on [[qnap_ts-231p|my NAS]]. Here're some links: Been researching making or installing a web interface to combine with a YTDL setup on [[qnap_ts-231p|my NAS]]. Here're some links:
  
-  * [[github>MrS0m30n3/youtube-dl-gui]] - [[Python]].+  * [[https://oleksis.github.io/youtube-dl-gui/|yt-dlg]] - [[Python]].
   * [[github>Rudloff/alltube]] - Seems overly complicated?   * [[github>Rudloff/alltube]] - Seems overly complicated?
   * https://old.reddit.com/r/qnap/comments/8hu6me/how_to_download_youtube_using_qnap/   * https://old.reddit.com/r/qnap/comments/8hu6me/how_to_download_youtube_using_qnap/
Line 58: Line 60:
   * https://old.reddit.com/r/qnap/comments/8hu6me/how_to_download_youtube_using_qnap/   * https://old.reddit.com/r/qnap/comments/8hu6me/how_to_download_youtube_using_qnap/
   * https://forum.qnap.com/viewtopic.php?t=134916   * https://forum.qnap.com/viewtopic.php?t=134916
 +  * [[https://tartube.sourceforge.io/|Tartube]]
  
 ===== Links ===== ===== Links =====
youtube-dl.1638526867.txt.gz · Last modified: 2021/12/03 21:21 by rjt