mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	| @@ -133,9 +133,9 @@ class RadikoBaseIE(InfoExtractor): | ||||
|                     'X-Radiko-AreaId': area_id, | ||||
|                     'X-Radiko-AuthToken': auth_token, | ||||
|                 }) | ||||
|             not_preferred = is_onair and not pcu.startswith(self._HOSTS_FOR_LIVE) or (not is_onair and (pcu.startswith(self._HOSTS_FOR_TIME_FREE_FFMPEG_UNSUPPORTED) or pcu.startswith(self._HOSTS_FOR_LIVE))) | ||||
|             for sf in subformats: | ||||
|                 if not_preferred: | ||||
|                 if (is_onair ^ pcu.startswith(self._HOSTS_FOR_LIVE)) or ( | ||||
|                         not is_onair and pcu.startswith(self._HOSTS_FOR_TIME_FREE_FFMPEG_UNSUPPORTED)): | ||||
|                     sf['preference'] = -100 | ||||
|                     sf['format_note'] = 'not preferred' | ||||
|                 if not is_onair and url_attrib['timefree'] == '1' and time_to_skip: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan