diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-06-10 12:05:26 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-06-10 12:05:26 (GMT) |
commit | d477ba6f184ef653399736a57e9310e5a3632393 (patch) | |
tree | 1a25dea0adcbffac35b55be6bd059224f5114012 /rhimport-er | |
parent | 86e47c548b046426f18c5cf541c02f4468c43b6d (diff) |
added importer for frequenz leitwolf
Diffstat (limited to 'rhimport-er')
-rwxr-xr-x | rhimport-er | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rhimport-er b/rhimport-er index a91cf04..047508b 100755 --- a/rhimport-er +++ b/rhimport-er @@ -3,7 +3,7 @@ # # rhimport # -# Copyright (C) 2009 Christian Pointner <equinox@helsinki.at> +# Copyright (C) 2016 Christian Pointner <equinox@helsinki.at> # # This file is part of rhimport. # @@ -44,6 +44,7 @@ my $DB = "rivendell"; my $STAT_FILE = $ENV{'HOME'} . "/rhimport-er.stat"; my $LAST_FILE = $ENV{'HOME'} . "/rhimport-er.last"; my $RSS_URL = "https://cba.fro.at/series/ergo/feed?c=Kfs2IoV2Wmd"; +$XML::Feed::MULTIPLE_ENCLOSURES=1; my $PV_ID = '569'; my $LAST_RUN = 0; |