Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. Usage: youtube-dl [options] url...
  2.  
  3. Options:
  4. -h, --help print this help text and exit
  5. -v, --version print program version and exit
  6. -U, --update update this program to latest stable version
  7. -i, --ignore-errors continue on download errors
  8. -r LIMIT, --rate-limit=LIMIT
  9. download rate limit (e.g. 50k or 44.6m)
  10. -R RETRIES, --retries=RETRIES
  11. number of retries (default is 10)
  12. --playlist-start=NUMBER
  13. playlist video to start at (default is 1)
  14. --playlist-end=NUMBER
  15. playlist video to end at (default is last)
  16. --dump-user-agent display the current browser identification
  17.  
  18. Authentication Options:
  19. -u USERNAME, --username=USERNAME
  20. account username
  21. -p PASSWORD, --password=PASSWORD
  22. account password
  23. -n, --netrc use .netrc authentication data
  24.  
  25. Video Format Options:
  26. -f FORMAT, --format=FORMAT
  27. video format code
  28. --all-formats download all available video formats
  29. --max-quality=FORMAT
  30. highest quality format to download
  31.  
  32. Verbosity / Simulation Options:
  33. -q, --quiet activates quiet mode
  34. -s, --simulate do not download video
  35. -g, --get-url simulate, quiet but print URL
  36. -e, --get-title simulate, quiet but print title
  37. --get-thumbnail simulate, quiet but print thumbnail URL
  38. --get-description simulate, quiet but print video description
  39. --get-filename simulate, quiet but print output filename
  40. --no-progress do not print progress bar
  41. --console-title display progress in console titlebar
  42.  
  43. Filesystem Options:
  44. -t, --title use title in file name
  45. -l, --literal use literal title in file name
  46. -A, --auto-number number downloaded files starting from 00000
  47. -o TEMPLATE, --output=TEMPLATE
  48. output filename template
  49. -a FILE, --batch-file=FILE
  50. file containing URLs to download ('-' for stdin)
  51. -w, --no-overwrites
  52. do not overwrite files
  53. -c, --continue resume partially downloaded files
  54. --cookies=FILE file to dump cookie jar to
  55. --no-part do not use .part files
  56. --no-mtime do not use the Last-modified header to set the file
  57. modification time
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement