Advertisement
Guest User

Untitled

a guest
Nov 7th, 2021
1,080
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. -i
  2. -o "%(title)s /%(upload_date)s - %(title)s - (%(duration)ss) (%(resolution)s) [%(id)s].%(ext)s"
  3.  
  4. # Archive Settings
  5. --download-archive youtube-dl-archive-all.txt
  6. -a youtube-dl-dave-all.txt
  7.  
  8. # Uniform Format
  9. --prefer-ffmpeg
  10. --merge-output-format mkv
  11.  
  12. # Get All Subs to SRT
  13. --write-sub
  14. --all-subs
  15. --convert-subs srt
  16.  
  17. # Get metadata
  18. --add-metadata
  19. --write-description
  20. --write-thumbnail
  21.  
  22. # Debug
  23. -v
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement