mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
34 lines
531 B
Text
34 lines
531 B
Text
|
# 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
|