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-lr | |
parent | 138d90a3bc86ecbf40c158c3b2f3854628030dff (diff) |
move all cba urls from cba.fro.at to cba.media
Diffstat (limited to 'rhautoimport-lr')
-rwxr-xr-x | rhautoimport-lr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-lr b/rhautoimport-lr index 55998b7..14ff6f6 100755 --- a/rhautoimport-lr +++ b/rhautoimport-lr @@ -36,7 +36,7 @@ use lib '/usr/local/share/rhautoimport/'; use rhautoimport; my $STAT_FILE = $ENV{'HOME'} . "/rhautoimport-lr.stat"; -my $RSS_URL = "https://cba.fro.at/series/aufdraht-literadio-on-air/feed"; +my $RSS_URL = "https://cba.media/podcast/aufdraht-literadio-on-air/feed"; $XML::Feed::MULTIPLE_ENCLOSURES=1; my $RD_GROUP = "literadio"; my $PV_ID = '53'; |