diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-09-22 13:40:43 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-09-22 13:40:43 (GMT) |
commit | 720ff974da993e71f454c432dab0513e27270906 (patch) | |
tree | 650445a388f5233f2b1255c7a84e054e765d0c0a /rhimport-o94n | |
parent | d7326108c2a53762bd394b6a53cbc3c48fb0a231 (diff) |
fixed cba feed uri's
Diffstat (limited to 'rhimport-o94n')
-rwxr-xr-x | rhimport-o94n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-o94n b/rhimport-o94n index dc6ff54..10989a8 100755 --- a/rhimport-o94n +++ b/rhimport-o94n @@ -42,7 +42,7 @@ my $DBPW = "lldriven"; my $DB = "rivendell"; my $STAT_FILE = $ENV{'HOME'} . "/rhimport-o94n.stat"; -my $RSS_URL = "http://cba.fro.at/seriesrss/2805"; +my $RSS_URL = "http://cba.fro.at/seriesrss/264131?c=Kfs2IoV2Wmd"; $XML::Feed::MULTIPLE_ENCLOSURES=1; my $PV_ID = '430'; |