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 | |
# | |
# $Id: perleval.pl,v 0.3 2009/03/10 12:53:50 dankogai Exp dankogai $ | |
# | |
use strict; | |
use warnings; | |
use CGI; | |
use CGI::Carp qw/fatalsToBrowser/; | |
use Safe; | |
use JSON::XS; |
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
From d88c2b2cc0004587fcf04f485d6cf5a8b61240f4 Mon Sep 17 00:00:00 2001 | |
From: Masafumi Otsune <[email protected]> | |
Date: Wed, 21 Jan 2009 03:51:36 +0900 | |
Subject: [PATCH] Add scraper for Macross Frontier Web Radio | |
--- | |
root/plugins/macrossf.com/scraper.pl | 27 +++++++++++++++++++++++++++ | |
1 files changed, 27 insertions(+), 0 deletions(-) | |
create mode 100644 root/plugins/macrossf.com/scraper.pl |
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
From a6b034b034056fdc02585e9d3e85fa85f64f4c72 Mon Sep 17 00:00:00 2001 | |
From: Masafumi Otsune <[email protected]> | |
Date: Fri, 16 Jan 2009 14:23:00 +0900 | |
Subject: [PATCH] add date filter | |
--- | |
root/plugins/animate.tv/scraper-webradio.pl | 3 ++- | |
1 files changed, 2 insertions(+), 1 deletions(-) | |
diff --git a/root/plugins/animate.tv/scraper-webradio.pl b/root/plugins/animate.tv/scraper-webradio.pl |
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
From 84cb172c78a37447fed916d1846be8d65692709d Mon Sep 17 00:00:00 2001 | |
From: Masafumi Otsune <[email protected]> | |
Date: Fri, 16 Jan 2009 09:32:08 +0900 | |
Subject: [PATCH] Add scraper for egashira | |
--- | |
root/plugins/tfmplus.com/scraper-ppp.pl | 19 +++++++++++++++++++ | |
1 files changed, 19 insertions(+), 0 deletions(-) | |
create mode 100644 root/plugins/tfmplus.com/scraper-ppp.pl |
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 warnings; | |
use Web::Scraper; | |
use URI; | |
#my $stage = shift || ''; | |
my $uri = URI->new( "http://www.jp.playstation.com/psworld/movie/" ); |
NewerOlder