diff options
author | B. Watson <yalhcru@gmail.com> | 2013-02-09 12:28:45 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-02-14 00:26:50 -0600 |
commit | a03660d1d85691a59dac6a0a99beb5cbbabafcfb (patch) | |
tree | 3fed7d73628b1f7345b91dffe113dc37322cb1e9 /network/yturl/slack-desc | |
parent | e2ed9e87f9392289c8ecd38b4e9817a952941d3a (diff) | |
download | slackbuilds-a03660d1d85691a59dac6a0a99beb5cbbabafcfb.tar.gz |
network/yturl: Added (get direct URLs to YouTube videos)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'network/yturl/slack-desc')
-rw-r--r-- | network/yturl/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/yturl/slack-desc b/network/yturl/slack-desc new file mode 100644 index 0000000000..7632cfab00 --- /dev/null +++ b/network/yturl/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +yturl: yturl (get direct URLs to YouTube videos) +yturl: +yturl: yturl is a simple command-line utility written in Python. It converts +yturl: youtube URLs or video IDs into directly-watchable URLs. Example use: +yturl: +yturl: mplayer "$(yturl 'http://www.youtube.com/watch?v=KxaCOHT0pmI')" +yturl: +yturl: +yturl: +yturl: +yturl: |