Skip to content

Instantly share code, notes, and snippets.

@ifnull
Last active December 17, 2015 21:19
Show Gist options
  • Save ifnull/5673839 to your computer and use it in GitHub Desktop.
Save ifnull/5673839 to your computer and use it in GitHub Desktop.
Install get-flash-videos with site module Movieclips.pm
# Install Homebrew
# http://mxcl.github.io/homebrew/
# Install system dependencies
brew install rtmpdump git
# Install perl dependencies
sudo perl -MCPAN -e 'install YAML::Base'
sudo perl -MCPAN -e 'install Crypt::Rijndael'
sudo perl -MCPAN -e 'install WWW::Mechanize'
sudo perl -MCPAN -e 'install XML::Simple'
sudo perl -MCPAN -e 'install Crypt::Blowfish_PP'
sudo perl -MCPAN -e 'install Module::Find'
# Download get_flash_videos
git clone git://github.com/monsieurvideo/get-flash-videos.git get-flash-videos
cd ./get-flash-videos
git checkout master
chmod a+x ./get_flash_videos
curl -o ./lib/FlashVideo/Site/Movieclips.pm https://raw.github.com/ifnull/get-flash-videos/c40cf3d2c4333d100466b39dcea4e252d7afab21/lib/FlashVideo/Site/Movieclips.pm
# Example Usage:
# ./get_flash_videos http://movieclips.com/RoL2-movieclips-movie-the-movie-genome-project/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment