LinuxCommandLibrary

you-get

Download media contents (videos, audios, images) from the Web.

TLDR

Print media information about a specific media on the web

$ you-get --info [https://example.com/video?id=value]
copy


Download a media from a specific URL
$ you-get [https://example.com/video?id=value]
copy


Search on Google Videos and download
$ you-get [keywords]
copy


Download a media to a specific location
$ you-get --output-dir [path/to/directory] --output-filename [filename] [https://example.com/watch?v=value]
copy


Download a media using a proxy
$ you-get --http-proxy [proxy_server] [https://example.com/watch?v=value]
copy

Copied to clipboard