summaryrefslogtreecommitdiff
path: root/fetch-files-cba.pl
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-09-22 13:40:43 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-09-22 13:40:43 (GMT)
commit720ff974da993e71f454c432dab0513e27270906 (patch)
tree650445a388f5233f2b1255c7a84e054e765d0c0a /fetch-files-cba.pl
parentd7326108c2a53762bd394b6a53cbc3c48fb0a231 (diff)
fixed cba feed uri's
Diffstat (limited to 'fetch-files-cba.pl')
-rwxr-xr-xfetch-files-cba.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch-files-cba.pl b/fetch-files-cba.pl
index 4aaa227..7bdd8e4 100755
--- a/fetch-files-cba.pl
+++ b/fetch-files-cba.pl
@@ -44,7 +44,7 @@ if(@ARGV == 0) {
exit 1;
}
-my $RSS_URL = "http://cba.fro.at/seriesrss/$ARGV[0]?dev=true&limit=10000";
+my $RSS_URL = "http://cba.fro.at/seriesrss/$ARGV[0]?c=Kfs2IoV2Wmd&limit=10000";
print "Fetching files form '$RSS_URL'\n";
my $feed = XML::Feed->parse(URI->new($RSS_URL))