Advertisement
sebbu

~/.config/youtube-dl/config

Jul 10th, 2021
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. # Output filename
  2. -o "%(uploader)s - %(title)s_%(id)s.%(ext)s"
  3. # no modification time
  4. --no-mtime
  5. # fix bad SSL checks
  6. --no-check-certificate
  7. # additional
  8. -f 'bestvideo[ext=mp4][height<=1080][vcodec!^=av01]+bestaudio[ext=m4a]/bestvideo[ext=webm][height<=1080][vcodec^=vp9][vcodec!*=vp9.2]+bestaudio[ext=webm]/bestvideo+bestaudio/1080p/best/720p/480p/360p/240p/144p/0'
  9. # extra dl
  10. --write-description
  11. --write-thumbnail
  12. --write-all-thumbnails
  13. --write-sub
  14. --write-auto-sub
  15. --sub-lang en,fr
  16. --sub-format "ass/srt/best"
  17. --write-info-json
  18. --add-metadata
  19.  
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement