summaryrefslogtreecommitdiffstats
path: root/network/yturl/yturl.pod
diff options
context:
space:
mode:
Diffstat (limited to 'network/yturl/yturl.pod')
-rw-r--r--network/yturl/yturl.pod33
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