mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	| @@ -182,7 +182,7 @@ class ORFRadioIE(InfoExtractor): | |||||||
|             duration = end - start if end and start else None |             duration = end - start if end and start else None | ||||||
|             entries.append({ |             entries.append({ | ||||||
|                 'id': loop_stream_id.replace('.mp3', ''), |                 '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, |                 'title': title, | ||||||
|                 'description': clean_html(data.get('subtitle')), |                 'description': clean_html(data.get('subtitle')), | ||||||
|                 'duration': duration, |                 'duration': duration, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user