diff options
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; |