diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-04-19 04:46:33 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-04-19 04:46:33 (GMT) |
commit | 71ed34ec56b0a8f9e6c007cb218aca10cafff971 (patch) | |
tree | 35a4bb4cb63fbb42251356153e4c6b0c0e8676da /rhautoimport-rs | |
parent | 7fb55f5bd92c8c69203a2d4f7dd59ba631935bb9 (diff) |
updated rss urls to use less redirects and prefer https
Diffstat (limited to 'rhautoimport-rs')
-rwxr-xr-x | rhautoimport-rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-rs b/rhautoimport-rs index d106692..843d339 100755 --- a/rhautoimport-rs +++ b/rhautoimport-rs @@ -35,7 +35,7 @@ use lib '/usr/local/share/rhautoimport/'; use rhautoimport; my $STAT_FILE = $ENV{'HOME'} . "/rhautoimport-rs.stat"; -my $RSS_URL = "http://cba.fro.at/seriesrss/262433?c=Kfs2IoV2Wmd"; +my $RSS_URL = "https://cba.fro.at/series/radio-stimme/feed?c=Kfs2IoV2Wmd"; $XML::Feed::MULTIPLE_ENCLOSURES=1; my $RD_GROUP = "radioStimm"; my $PV_ID = '75'; |