aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/orf.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/orf.py')
-rw-r--r--yt_dlp/extractor/orf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/orf.py b/yt_dlp/extractor/orf.py
index 700ce448c..3fadbcbea 100644
--- a/yt_dlp/extractor/orf.py
+++ b/yt_dlp/extractor/orf.py
@@ -182,7 +182,7 @@ class ORFRadioIE(InfoExtractor):
duration = end - start if end and start else None
entries.append({
'id': loop_stream_id.replace('.mp3', ''),
- 'url': 'http://loopstream01.apa.at/?channel=%s&id=%s' % (self._LOOP_STATION, loop_stream_id),
+ 'url': 'https://loopstream01.apa.at/?channel=%s&id=%s' % (self._LOOP_STATION, loop_stream_id),
'title': title,
'description': clean_html(data.get('subtitle')),
'duration': duration,