alfred-youtube-workflow
alfred-youtube-workflow copied to clipboard
Download YouTube videos
trafficstars
This is a request to add youtube-dl to this workflow.
I think it would be neat to download the found video when a modifier is held down.
I have it setup like so:
/usr/local/bin/youtube-dl --max-quality 720 --output "/Users/me/Downloads/%(uploader)s %(title)s.%(ext)s" --quiet {query}

Not sure if the creators are fine allowing to embed their yt-dl into other people's work though. (Also updating becomes an issue (an issue which probably will be fixed by some jdfwarrior magic.))
Integrated this feature into https://github.com/willfarrell/alfred-youtube-workflow Please let me know if it needs tweaking.