Comment 10 for bug 1151601

Revision history for this message
Ken Roberts (alisonken1) wrote :

youtube-dl is available (for debian-based distro's it's in the repo) - give it a youtube url and will download the file with the title as the filename.

file /usr/bin/youtube-dl
/usr/bin/youtube-dl: Python script, ASCII text executable

ex:
$ youtube-dl https://www.youtube.com/watch?v=YRNKnCJXmBc
saves as:
'Bolt Pigeons Scene (Hollywood)-YRNKnCJXmBc.mp4'

Or possibly even incorporate some of the python code.