My favorites | Sign in
Project Home Downloads Wiki Issues
Project Information
Members
Featured
Downloads
Wiki pages

About

grake is a command line tool for scanning webpages for Youtube video links.

grake prints the found URLs to the standard output, each URL separated with a newline. It can be used to select the items by using the "--interactive" prompt.

Synopsis

grake [-q] [-i] [-t] [--csv | --json] [<url>...]

Examples

# Typical use.
grake "http://youtube.com"

# Same but print details in JSON.
grake --json "http://youtube.com"

# Download the found videos with cclive(1).
grake "http://youtube.com" | cclive

# Same but choose which videos to download.
grake -i "http://youtube.com" | cclive

gitweb

See also

Powered by Google Project Hosting