Last active
December 17, 2015 21:19
-
-
Save ifnull/5673839 to your computer and use it in GitHub Desktop.
Install get-flash-videos with site module Movieclips.pm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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