mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	| @@ -94,7 +94,7 @@ class RadLiveIE(InfoExtractor): | ||||
|         return result | ||||
| 
 | ||||
| 
 | ||||
| class RadLiveSeasonIE(RadLiveIE): | ||||
| class RadLiveSeasonIE(RadLiveIE):  # XXX: Do not subclass from concrete IE | ||||
|     IE_NAME = 'radlive:season' | ||||
|     _VALID_URL = r'https?://(?:www\.)?rad\.live/content/season/(?P<id>[a-f0-9-]+)' | ||||
|     _TESTS = [{ | ||||
| @@ -134,7 +134,7 @@ class RadLiveSeasonIE(RadLiveIE): | ||||
|         return self.playlist_result(entries, season_id, video_info.get('title')) | ||||
| 
 | ||||
| 
 | ||||
| class RadLiveChannelIE(RadLiveIE): | ||||
| class RadLiveChannelIE(RadLiveIE):  # XXX: Do not subclass from concrete IE | ||||
|     IE_NAME = 'radlive:channel' | ||||
|     _VALID_URL = r'https?://(?:www\.)?rad\.live/content/channel/(?P<id>[a-f0-9-]+)' | ||||
|     _TESTS = [{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan