NAME
youtube-playlists - Find a YouTube video urls from playlis(s)
SYNOPSIS
# print the list of video urls
$ youtube-playlists http://www.youtube.com/playlist?list=PLB199169FA7413767
$ youtube-playlists PLB199169FA7413767
$ youtube-playlists B199169FA7413767
# with youtube-download
$ youtube-playlists B199169FA7413767 | youtube-download
# with socks proxy
$ youtube-playlists -p socks://<some IP>:<some port>/ B199169FA7413767
OPTIONS
- -C, --no-colors
-
Force disable colored output
- -p, --proxy
-
Use the given proxy. Note that using a socks proxy requires LWP::protocol::socks to be installed.
- -v, --verbose
-
truns on chatty output
- -h, --help
-
display help
- -V, --version
-
display version
AUTHOR
Yuji Shiamda (xaicron)