Download youtube videos
Sunday, February 17th, 2008To download all videos from a youtube user, use this shell script:
HOWTO:
$> youtube_down_all.sh <youtube_username> <destination_directory>
To convert flv files to other format, you can use ffmpeg.
To download all videos from a youtube user, use this shell script:
HOWTO:
$> youtube_down_all.sh <youtube_username> <destination_directory>
To convert flv files to other format, you can use ffmpeg.
If you want to send some images from a webpage you just need to use this shell script.
Rename it to: send_get_images.sh
chmod +x send_get_images.sh
It uses “mutt” or “mail”, but the last one doesn’t work very well :\
HOWTO:
$> send_get_images.sh <url> <match_keyword> <mail_to>
Ex:
$> send_get_images.sh http://www.example.com angelina mail@example.com
Enjoy ![]()
A shell script to generate thumbnails from all JPG images of a directory.
Rename it to: gen_thumbnails.sh
chmod +x gen_thumbnails.sh
HOW TO:
$> gen_thumbnails.sh <max_dim> <optional_thumb_prefix>