You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

24 lines
414 B

  1. -i
  2. -o "%(uploader)s (%(uploader_id)s)/%(upload_date)s - %(title)s - (%(duration)ss) [%(resolution)s] [%(id)s].%(ext)s"
  3. # Archive Settings
  4. --download-archive youtube-dl-archive.txt
  5. -a youtube-dl-channels.txt
  6. # Uniform Format
  7. --prefer-ffmpeg
  8. --merge-output-format mkv
  9. # Get All Subs to SRT
  10. --write-sub
  11. --all-subs
  12. --convert-subs srt
  13. # Get metadata
  14. --add-metadata
  15. --write-description
  16. --write-thumbnail
  17. # Debug
  18. -v