blob: cbf181691a8b717040073d84ee9911d9c0156e7e (
plain)
1
2
3
4
5
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:
mpv "$(yturl 'http://www.youtube.com/watch?v=KxaCOHT0pmI')"
|