资 源 简 介
perl script for download flash video with osd notify.
normally you need make a link menu items in your webbrowser. opera menu define like below:
659:Item, 使用flash-download.pl下载=Execute program,"xterm -e /home/eexp/bin/flash-down.pl","%l",,"Smiley Cool"
this will add a new menu item at Link Popup Menu.
video download directory is in the script, you can change this line:
my $dir="$ENV{HOME}/下载/视频下载";
those module need:
use WWW::Mechanize;use Net::DBus;
with ubuntu, you can install those packages:
sudo aptitude install libwww-mechanize-perl libnet-dbus-perl