diff options
author | Christian Pointner <equinox@helsinki.at> | 2013-05-27 13:43:52 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2013-05-27 13:43:52 (GMT) |
commit | 0882aec7d3eb8234306f69bf32cb361130dcbca6 (patch) | |
tree | 15e203343449467a7b0385ead8fabd76cc686fc0 /rhimport-zfw | |
parent | 81bde812b7f49ff1660006192c83d6964cb349d2 (diff) |
fixed checkin
Diffstat (limited to 'rhimport-zfw')
-rwxr-xr-x | rhimport-zfw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-zfw b/rhimport-zfw index 012db4b..4501c7c 100755 --- a/rhimport-zfw +++ b/rhimport-zfw @@ -45,7 +45,7 @@ my $DB = "rivendell"; my $STAT_FILE = $ENV{'HOME'} . "/rhimport-zfw.stat"; my $RSS_URL = "http://cba.fro.at/seriesrss/2006?dev=true"; $XML::Feed::MULTIPLE_ENCLOSURES=1; -my $PV_ID = '320'; +my $PV_ID = '352'; binmode(STDIN, ":utf8"); binmode(STDOUT, ":utf8"); |