diff options
author | B. Watson <yalhcru@gmail.com> | 2013-06-22 00:11:28 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-22 21:34:46 -0300 |
commit | f10e44de63078dfa7d41864981d257c55603a927 (patch) | |
tree | 96cc492926ae57dfbf05e57a68fd3fe80afe7ccf /network/yturl/yturl.pod | |
parent | 18d5be7f1423fa76c8e27824009d6d695a753c89 (diff) | |
download | slackbuilds-f10e44de63078dfa7d41864981d257c55603a927.tar.gz |
network/yturl: Updated for version 20130618.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'network/yturl/yturl.pod')
-rw-r--r-- | network/yturl/yturl.pod | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/network/yturl/yturl.pod b/network/yturl/yturl.pod new file mode 100644 index 0000000000..0b457dd24c --- /dev/null +++ b/network/yturl/yturl.pod @@ -0,0 +1,33 @@ +# POD source for yturl man page. Convert with: +# pod2man --stderr -s1 -cSlackBuilds.org -r20130618 yturl.pod > yturl.1 + +=pod + +=head1 NAME + +yturl - Get direct URLs to YouTube videos. + +=head1 SYNOPSIS + +yturl [-h] [-q QUALITY] [--3d] videoID/url + +videoID/url is a YouTube url or bare video ID. + +=head1 OPTIONS + +=over 4 + +=item -h, --help + +show this help message and exit + +=item -q QUALITY, --quality QUALITY + +specify quality, can be "low", "medium", "high", or an itag (see +http://goo.gl/uEIuR) + +=item --3d + +Return 3D video only + +=cut |