Aboutgrake 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. Synopsisgrake [-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 gitwebSee also
|