you-get
all
Download media contents (videos, audios, images) from the Web. See also: `yt-dlp`, `youtube-viewer`, `instaloader`.
More info →Options (4)
-i, --infobooleanPrint media information about a specific media on the web
Example:
you-get {{[-i|--info]}} {{https://example.com/video?id=value}}-o, --output-dirbooleanDownload a media to a specific location
Example:
you-get {{[-o|--output-dir]}} {{path/to/directory}} {{[-O|--output-filename]}} {{filename}} {{https://example.com/watch?v=value}}-O, --output-filenamebooleanDownload a media to a specific location
Example:
you-get {{[-o|--output-dir]}} {{path/to/directory}} {{[-O|--output-filename]}} {{filename}} {{https://example.com/watch?v=value}}-x, --http-proxybooleanDownload a media using a proxy
Example:
you-get {{[-x|--http-proxy]}} {{proxy_server}} {{https://example.com/watch?v=value}}Examples (5)
Print media information about a specific media on the web
you-get [-i|--info] https://example.com/video?id=valueDownload a media from a specific URL
you-get https://example.com/video?id=valueSearch on Google Videos and download
you-get keywordsDownload a media to a specific location
you-get [-o|--output-dir] path/to/directory [-O|--output-filename] filename https://example.com/watch?v=valueDownload a media using a proxy
you-get [-x|--http-proxy] proxy_server https://example.com/watch?v=valuemade by @shridhargupta | data from tldr-pages