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
#!/usr/bin/perl | |
use strict; | |
use LWP::Simple; | |
use LWP::UserAgent; | |
use HTTP::Request; | |
use HTTP::Response; | |
use HTML::LinkExtor; | |
use HTML::Entities; |
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
#!/usr/local/bin/perl | |
# AUTHORS: Dave Wilkinson and Bradley D. Kuhlman | |
# PURPOSE: Will rename media files consisting of episodes of a | |
# television series by using the epguides.com website from | |
# some cryptic, yet commonly found when downloaded on the | |
# internet, format to be `## - Title` where ## is the episode | |
# number. |