Advertisement
Guest User

youtube-dl

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