summaryrefslogtreecommitdiff
path: root/graveyard/rhautoimport-so
diff options
context:
space:
mode:
Diffstat (limited to 'graveyard/rhautoimport-so')
-rwxr-xr-xgraveyard/rhautoimport-so6
1 files changed, 3 insertions, 3 deletions
diff --git a/graveyard/rhautoimport-so b/graveyard/rhautoimport-so
index 8c09cd6..c8410e9 100755
--- a/graveyard/rhautoimport-so
+++ b/graveyard/rhautoimport-so
@@ -35,7 +35,7 @@ use lib '/usr/local/share/rhautoimport/';
use rhautoimport;
my $STAT_FILE = $ENV{'HOME'} . "/rhautoimport-so.stat";
-my $RSS_URL = "https://cba.fro.at/podcast/sunrise-orange/feed";
+my $RSS_URL = "https://cba.media/podcast/sunrise-orange/feed";
$XML::Feed::MULTIPLE_ENCLOSURES=1;
my $RD_GROUP = "sunriseo";
my $PV_ID = '915';
@@ -106,10 +106,10 @@ 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'};
my $format_string = "%a, %d %b %Y %H:%M:%S";
unless (defined $entry_bdt) {
- $entry_bdt = $entry->{'entry'}{'https://cba.fro.at/help#feeds'}{'productionDate'};
+ $entry_bdt = $entry->{'entry'}{'https://cba.media/help#feeds'}{'productionDate'};
$format_string = "%a, %d %b %Y";
}
next unless (defined $entry_bdt);