diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-26 16:50:09 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:09:02 +0700 |
commit | bf20b411b8af0c504747db0de7dac58f7ed73c2a (patch) | |
tree | 099f9ed9f1ba983f5a22fc8bfa4a0ddb8d7756dc /network/yturl/yturl.pod | |
parent | ece05c0dbacce4ca6e8b31ad6770ce9fd4414c6a (diff) |
network/yturl: Removed (broken and unmaintained).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/yturl/yturl.pod')
-rw-r--r-- | network/yturl/yturl.pod | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/network/yturl/yturl.pod b/network/yturl/yturl.pod deleted file mode 100644 index 51a47b4a19cd1..0000000000000 --- a/network/yturl/yturl.pod +++ /dev/null @@ -1,50 +0,0 @@ -# POD source for yturl man page. Convert with: -# pod2man --stderr -s1 -cSlackBuilds.org -r1.20.0 yturl.pod > yturl.1 - -=pod - -=head1 NAME - -yturl - Get direct URLs to YouTube videos. - -=head1 SYNOPSIS - -yturl [-h] [-q QUALITY] videoID/url - -videoID/url is a YouTube url or bare video ID. - -=head1 DESCRIPTION - -By default, yturl prints the media URL to standard output. - - $ yturl 'http://www.youtube.com/watch?v=8TCxE0bWQeQ' - Using itag 43. - http://r2---sn-uphxqvujvh-30al.googlevideo.com/videoplayback?source=[...] - -This means that you can do something like the following to watch it in -mpv: - - $ mpv "$(yturl 'http://www.youtube.com/watch?v=8TCxE0bWQeQ')" - -(also works with vlc, but for some reason not with mplayer) - -Or something like the following to download it (using curl): - - $ curl -Lo bill "$(yturl 'http://www.youtube.com/watch?v=8TCxE0bWQeQ')" - -=head1 OPTIONS - -=over 4 - -=item -h, --help - -show help message and exit - -=item -q QUALITY, --quality QUALITY - -specify quality, can be "low", "medium", "high", or an itag (see -http://en.wikipedia.org/wiki/YouTube#Quality_and_formats) - -=back - -=cut |