1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 23:55:24 +02:00

you-get: add page (#7948)

This commit is contained in:
hellojukay 2022-04-03 23:25:08 +08:00 committed by GitHub
parent f2ce86befd
commit 2bf7c9a670
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
pages/common/you-get.md Normal file
View file

@ -0,0 +1,24 @@
# you-get
> Download media contents (videos, audios, images) from the Web.
> More information: <https://you-get.org>.
- Print media information about a specific media on the web:
`you-get --info {{https://example.com/video?id=value}}`
- Download a media from a specific URL:
`you-get {{https://example.com/video?id=value}}`
- Search on Google Videos and download:
`you-get {{keywords}}`
- Download a media to a specific location:
`you-get --output-dir {{path/to/directory}} --output-filename {{filename}} {{https://example.com/watch?v=value}}`
- Download a media using a proxy:
`you-get --http-proxy {{proxy_server}} {{https://example.com/watch?v=value}}`