diff options
author | Christian Pointner <equinox@helsinki.at> | 2023-11-29 15:27:39 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2023-11-29 15:27:39 (GMT) |
commit | bde327a9d8d0ba586665baf94f4ab62bf9949792 (patch) | |
tree | 87dec83eceff5905ed4d0c615624a78141359765 /rhautoimport-ar | |
parent | 138d90a3bc86ecbf40c158c3b2f3854628030dff (diff) |
move all cba urls from cba.fro.at to cba.media
Diffstat (limited to 'rhautoimport-ar')
-rwxr-xr-x | rhautoimport-ar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-ar b/rhautoimport-ar index bb1d1b2..aacfb68 100755 --- a/rhautoimport-ar +++ b/rhautoimport-ar @@ -35,7 +35,7 @@ use lib '/usr/local/share/rhautoimport/'; use rhautoimport; my $STAT_FILE = $ENV{'HOME'} . "/rhautoimport-ar.stat"; -my $RSS_URL = "https://cba.fro.at/podcast/anarchistisches-radio/feed"; +my $RSS_URL = "https://cba.media/podcast/anarchistisches-radio/feed"; $XML::Feed::MULTIPLE_ENCLOSURES=1; my $RD_GROUP = "anarcradio"; my $PV_ID = '294'; |