diff options
Diffstat (limited to 'network/yturl/README')
-rw-r--r-- | network/yturl/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/network/yturl/README b/network/yturl/README new file mode 100644 index 0000000000..d060345c51 --- /dev/null +++ b/network/yturl/README @@ -0,0 +1,6 @@ +yturl (get direct URLs to YouTube videos) + +yturl is a simple command-line utility written in Python. It converts +youtube URLs or video IDs into directly-watchable URLs. Example use: + +mplayer "$(yturl 'http://www.youtube.com/watch?v=KxaCOHT0pmI')" |