2
0
Эх сурвалжийг харах

[orf:radio] Extract series (#20012)

Lukas Anzinger 6 жил өмнө
parent
commit
0146c6cde6

+ 2 - 1
youtube_dl/extractor/orf.py

@@ -176,7 +176,8 @@ class ORFRadioIE(InfoExtractor):
                 'description': subtitle,
                 'duration': (info['end'] - 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']]