Advertisement
sk8ordie

youtube-dl.conf

Mar 11th, 2021
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. # Ignore errors
  2. -i
  3.  
  4. # output
  5. -o "M:\Videos\YouTube\%(uploader)s\%(playlist)s\%(playlist_index)s - %(title)s.%(ext)s"
  6.  
  7. # Archive
  8. --download-archive "M:\Videos\YouTube\Archive.txt"
  9. -a "M:\Videos\YouTube\Channels.txt"
  10.  
  11. # format
  12. --merge-output-format mkv
  13.  
  14. # 720p (bestvideo+bestaudio)
  15. -f "bestvideo[height<=720]+bestaudio/best[height<=720]/bestvideo+bestaudio/best"
  16.  
  17. # sub
  18. --write-srt
  19. --sub-lang en
  20. --embed-subs
  21.  
  22. # playlist
  23. --yes-playlist
  24. --playlist-reverse
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement