Similar to xaicron's effort WWW::YouTube::Download (also on github), this script is a Perl replacement for what the python based youtube-dl does: help a user download videos from Dailymotion.com.
This distribution probably becomes deprecated once its functionality has been migrated into the more general WWW::Video::Download
It's not yet there, but prepare yourself for the possibility.
With Makefile.PL:
- wget https://github.com/isync/www-dailymotion-download/archive/master.tar.gz
- tar xvf master.tar.gz
- cd www-dailymotion-download-master
- perl Makefile.PL
- make
- sudo make install
Or without installation:
- wget https://github.com/isync/www-dailymotion-download/archive/master.zip
- unzip master.zip
- cd www-dailymotion-download-master
- perl dailymotion-download some-video-url
I've found the script dailymotion-dl.pl abandoned on the CPAN. No user email was to be found, no description, and it had been deleted from CPAN. The Backpan had a copy, with the original GNU open source license intact.
Since then it has evolved quite a bit and doesn't resemble the original script anymore.