diff options
author | Christian Pointner <equinox@helsinki.at> | 2022-01-19 08:58:48 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2022-01-19 08:58:48 (GMT) |
commit | 1ace92a67d77a99a3f9a98ef9a36824f5f4d7d03 (patch) | |
tree | 8696b973d6cfc62e614f98e87297cf2b15b12127 | |
parent | 4f557e42cbf12f92e1dc4949ccd13c6b5b7ecc37 (diff) |
radio attac feed url has changed again
-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_podcast/feed + https://cba.fro.at/podcast/radioattac/feed Original: wöchentlich Montags Upload: meistens am selben Tag, abends (> 20 Uhr) diff --git a/rhautoimport-ra b/rhautoimport-ra index 9dfe8d8..b72c5d7 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_podcast/feed"; +my $RSS_URL = "https://cba.fro.at/podcast/radioattac/feed"; $XML::Feed::MULTIPLE_ENCLOSURES=1; my $RD_GROUP = "RadioATTAC"; my $PV_ID = '76'; |