diff options
author | Christian Pointner <equinox@helsinki.at> | 2017-07-02 11:11:24 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2017-07-02 11:11:24 (GMT) |
commit | 1e3ad8a473f4bb76f919712d4d523d2b85894051 (patch) | |
tree | db770dd10ebe53b48309eda5d6abfe29cb34e986 /rhautoimport-fb | |
parent | fd11763bc075cc68c190fb6f60cd384587453ee8 (diff) |
fix fokus bildung importer (wrong pv id)
Diffstat (limited to 'rhautoimport-fb')
-rwxr-xr-x | rhautoimport-fb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-fb b/rhautoimport-fb index e2debdb..a33ddc9 100755 --- a/rhautoimport-fb +++ b/rhautoimport-fb @@ -39,7 +39,7 @@ my $STAT_FILE = $ENV{'HOME'} . "/rhautoimport-fb.stat"; my $RSS_URL = "https://cba.fro.at/series/fokus-bildung-bildung-im-fokus/feed"; $XML::Feed::MULTIPLE_ENCLOSURES=1; my $RD_GROUP = "fokusbildu"; -my $PV_ID = '481'; +my $PV_ID = '488'; my $TITLE = "Fokus Bildung"; my $LAST_RUN = 0; my $upload_delay_days = -3; # files are usally there at least 3 days before original broadcast |