Skip to content

Commit

Permalink
[orf:radio] Switch download URLs to HTTPS (closes ytdl-org#29012) (yt…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas0907 authored and fossdd committed May 21, 2021
1 parent ea0bf95 commit e611e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/orf.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def _real_extract(self, url):
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,
Expand Down

0 comments on commit e611e40

Please sign in to comment.