diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-07-07 19:35:19 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-07-07 19:35:19 (GMT) |
commit | 69b6483946c88b05f28377e8236c498868cf654b (patch) | |
tree | 0d10b1be88ab10d4f7fdd4674ec247315bcc5f56 | |
parent | bd7fcbc8a14a8251eee34e4b0f2cac4fbfb0b383 (diff) |
Radio Attac Feed Url has changed
-rw-r--r-- | INFO | 2 | ||||
-rwxr-xr-x | rhautoimport-ra | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -51,7 +51,7 @@ RH: wöchentlich, Donnerstag, 08:00-09:00 - (ra) Radio Attac: - https://cba.fro.at/series/radioattac/feed + https://cba.fro.at/series/radioattac_podcast/feed Original: wöchentlich Montags Upload: meistens am selben Tag, abends (> 20 Uhr) diff --git a/rhautoimport-ra b/rhautoimport-ra index 570f78e..9dfe8d8 100755 --- a/rhautoimport-ra +++ b/rhautoimport-ra @@ -35,7 +35,7 @@ use lib '/usr/local/share/rhautoimport/'; use rhautoimport; my $STAT_FILE = $ENV{'HOME'} . "/rhautoimport-ra.stat"; -my $RSS_URL = "https://cba.fro.at/series/radioattac/feed"; +my $RSS_URL = "https://cba.fro.at/series/radioattac_podcast/feed"; $XML::Feed::MULTIPLE_ENCLOSURES=1; my $RD_GROUP = "RadioATTAC"; my $PV_ID = '76'; |