Advertisement
Guest User

youtube-dl.conf

a guest
Jul 3rd, 2019
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. -i
  2. -o "%(uploader)s (%(uploader_id)s)/%(upload_date)s - %(title)s - (%(duration)ss) [%(resolution)s] [%(id)s].%(ext)s"
  3.  
  4. # Prefer Free (webm contained) Formats
  5. -f bestvideo[ext=webm]+bestaudio[ext=webm]/best[ext=webm]/bestvideo+bestaudio/best
  6.  
  7. # Archive Settings
  8. --download-archive youtube-dl-archive.txt
  9. -a youtube-dl-channels.txt
  10.  
  11. # Uniform Format
  12. --prefer-ffmpeg
  13. --merge-output-format mkv
  14.  
  15. # Get All Subs to SRT
  16. --write-sub
  17. --all-subs
  18. --convert-subs srt
  19.  
  20. # Get metadata
  21. --add-metadata
  22. --write-description
  23. --write-thumbnail
  24.  
  25. # Debug
  26. -v
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement