summaryrefslogtreecommitdiff
path: root/fetch-files-cba.pl
diff options
context:
space:
mode:
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))