mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[orf:radio] Extract series (#20012)
This commit is contained in:
		@@ -176,7 +176,8 @@ class ORFRadioIE(InfoExtractor):
 | 
				
			|||||||
                'description': subtitle,
 | 
					                'description': subtitle,
 | 
				
			||||||
                'duration': (info['end'] - info['start']) / 1000,
 | 
					                'duration': (info['end'] - info['start']) / 1000,
 | 
				
			||||||
                'timestamp': info['start'] / 1000,
 | 
					                'timestamp': info['start'] / 1000,
 | 
				
			||||||
                'ext': 'mp3'
 | 
					                'ext': 'mp3',
 | 
				
			||||||
 | 
					                'series': data.get('programTitle')
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        entries = [extract_entry_dict(t, data['title'], data['subtitle']) for t in data['streams']]
 | 
					        entries = [extract_entry_dict(t, data['title'], data['subtitle']) for t in data['streams']]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user