diff options
Diffstat (limited to 'graveyard/rhautoimport-wr')
-rwxr-xr-x | graveyard/rhautoimport-wr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graveyard/rhautoimport-wr b/graveyard/rhautoimport-wr index c9745af..e4c6b88 100755 --- a/graveyard/rhautoimport-wr +++ b/graveyard/rhautoimport-wr @@ -36,7 +36,7 @@ use lib '/usr/local/share/rhautoimport/'; use rhautoimport; my $STAT_FILE = $ENV{'HOME'} . "/rhautoimport-wr.stat"; -my $RSS_URL = "https://cba.fro.at/series/werkstatt-radio/feed"; +my $RSS_URL = "https://cba.media/podcast/werkstatt-radio/feed"; $XML::Feed::MULTIPLE_ENCLOSURES=1; my $RD_GROUP = "werkstatt"; my $PV_ID = '567'; @@ -123,7 +123,7 @@ for my $entry ($feed->entries) { $i++; next unless $entry->enclosure; - my $entry_bdt = $entry->{'entry'}{'https://cba.fro.at/help#feeds'}{'broadcastDate'}; + my $entry_bdt = $entry->{'entry'}{'https://cba.media/help#feeds'}{'broadcastDate'}; next unless (defined $entry_bdt); my $bdt = DateTime::Format::Strptime::strptime("%a, %d %b %Y %H:%M:%S", $entry_bdt); |