]>
Raphaël G. Git Repositories - youtubedl/blob - youtube_dl/extractor/orf.py
2 from __future__
import unicode_literals
6 from . common
import InfoExtractor
7 from .. compat
import compat_str
24 class ORFTVthekIE ( InfoExtractor
):
25 IE_NAME
= 'orf:tvthek'
26 IE_DESC
= 'ORF TVthek'
27 _VALID_URL
= r
'https?://tvthek\.orf\.at/(?:[^/]+/)+(?P<id>\d+)'
30 'url' : 'http://tvthek.orf.at/program/Aufgetischt/2745173/Aufgetischt-Mit-der-Steirischen-Tafelrunde/8891389' ,
32 'md5' : '2942210346ed779588f428a92db88712' ,
36 'title' : 'Aufgetischt: Mit der Steirischen Tafelrunde' ,
37 'description' : 'md5:c1272f0245537812d4e36419c207b67d' ,
39 'upload_date' : '20141208' ,
42 'skip' : 'Blocked outside of Austria / Germany' ,
44 'url' : 'http://tvthek.orf.at/topic/Im-Wandel-der-Zeit/8002126/Best-of-Ingrid-Thurnher/7982256' ,
48 'title' : 'Best of Ingrid Thurnher' ,
49 'upload_date' : '20140527' ,
50 'description' : 'Viele Jahre war Ingrid Thurnher das "Gesicht" der ZIB 2. Vor ihrem Wechsel zur ZIB 2 im Jahr 1995 moderierte sie unter anderem "Land und Leute", "Österreich-Bild" und "Niederösterreich heute".' ,
53 'skip_download' : True , # rtsp downloads
55 'skip' : 'Blocked outside of Austria / Germany' ,
57 'url' : 'http://tvthek.orf.at/topic/Fluechtlingskrise/10463081/Heimat-Fremde-Heimat/13879132/Senioren-betreuen-Migrantenkinder/13879141' ,
58 'only_matching' : True ,
60 'url' : 'http://tvthek.orf.at/profile/Universum/35429' ,
61 'only_matching' : True ,
64 def _real_extract ( self
, url
):
65 playlist_id
= self
._ match
_ id
( url
)
66 webpage
= self
._ download
_ webpage
( url
, playlist_id
)
68 data_jsb
= self
._ parse
_ json
(
70 r
'<div[^>]+class=(["\' ]).* ?VideoPlaylist
.* ?\
1 [ ^
>]+ data
- jsb
=([ " \' ])(?P<json>.+?)\2',
71 webpage, 'playlist', group='json'),
72 playlist_id, transform_source=unescapeHTML)['playlist']['videos']
76 video_id, title = sd.get('id'), sd.get('title')
77 if not video_id or not title:
79 video_id = compat_str(video_id)
81 for fd in sd['sources']:
82 src = url_or_none(fd.get('src'))
86 for key in ('delivery', 'quality', 'quality_string'):
89 format_id_list.append(value)
90 format_id = '-'.join(format_id_list)
91 ext = determine_ext(src)
93 m3u8_formats = self._extract_m3u8_formats(
94 src, video_id, 'mp4', m3u8_id=format_id, fatal=False)
95 if any('/geoprotection' in f['url'] for f in m3u8_formats):
96 self.raise_geo_restricted()
97 formats.extend(m3u8_formats)
99 formats.extend(self._extract_f4m_formats(
100 src, video_id, f4m_id=format_id, fatal=False))
103 'format_id': format_id,
105 'protocol': fd.get('protocol'),
108 # Check for geoblocking.
109 # There is a property is_geoprotection, but that's always false
110 geo_str = sd.get('geoprotection_string')
116 if re.match(r'^https?://.*\.mp4$', f['url']))
117 except StopIteration:
120 req = HEADRequest(http_url)
121 self._request_webpage(
123 note='Testing for geoblocking',
125 'This video seems to be blocked outside of %s . '
126 'You may want to try the streaming-* formats.')
130 self._check_formats(formats, video_id)
131 self._sort_formats(formats)
134 for sub in sd.get('subtitles', []):
135 sub_src = sub.get('src')
138 subtitles.setdefault(sub.get('lang', 'de-AT'), []).append({
142 upload_date = unified_strdate(sd.get('created_date'))
148 'subtitles': subtitles,
149 'description': sd.get('description'),
150 'duration': int_or_none(sd.get('duration_in_seconds')),
151 'upload_date': upload_date,
152 'thumbnail': sd.get('image_full_url'),
162 class ORFRadioIE(InfoExtractor):
163 def _real_extract(self, url):
164 mobj = re.match(self._VALID_URL, url)
165 show_date = mobj.group('date')
166 show_id = mobj.group('show')
168 data = self._download_json(
169 'http://audioapi.orf.at/ %s /api/json/current/broadcast/ %s / %s '
170 % (self._API_STATION, show_id, show_date), show_id)
173 for info in data['streams']:
174 loop_stream_id = str_or_none(info.get('loopStreamId'))
175 if not loop_stream_id:
177 title = str_or_none(data.get('title'))
180 start = int_or_none(info.get('start'), scale=1000)
181 end = int_or_none(info.get('end'), scale=1000)
182 duration = end - start if end and start else None
184 'id': loop_stream_id.replace('.mp3', ''),
185 'url': 'http://loopstream01.apa.at/?channel= %s &id= %s ' % (self._LOOP_STATION, loop_stream_id),
187 'description': clean_html(data.get('subtitle')),
188 'duration': duration,
191 'series': data.get('programTitle'),
197 'title': data.get('title'),
198 'description': clean_html(data.get('subtitle')),
203 class ORFFM4IE(ORFRadioIE):
205 IE_DESC = 'radio FM4'
206 _VALID_URL = r'https?://(?P<station>fm4)\.orf\.at/player/(?P<date>[0-9]+)/(?P<show>4\w+)'
208 _LOOP_STATION = 'fm4'
211 'url': 'http://fm4.orf.at/player/20170107/4CC',
212 'md5': '2b0be47375432a7ef104453432a19212',
214 'id': '2017-01-07_2100_tl_54_7DaysSat18_31295',
216 'title': 'Solid Steel Radioshow',
217 'description': 'Die Mixshow von Coldcut und Ninja Tune.',
219 'timestamp': 1483819257,
220 'upload_date': '20170107',
222 'skip': 'Shows from ORF radios are only available for 7 days.',
223 'only_matching': True,
227 class ORFNOEIE(ORFRadioIE):
229 IE_DESC = 'Radio Niederösterreich'
230 _VALID_URL = r'https?://(?P<station>noe)\.orf\.at/player/(?P<date>[0-9]+)/(?P<show>\w+)'
232 _LOOP_STATION = 'oe2n'
235 'url': 'https://noe.orf.at/player/20200423/NGM',
236 'only_matching': True,
240 class ORFWIEIE(ORFRadioIE):
242 IE_DESC = 'Radio Wien'
243 _VALID_URL = r'https?://(?P<station>wien)\.orf\.at/player/(?P<date>[0-9]+)/(?P<show>\w+)'
245 _LOOP_STATION = 'oe2w'
248 'url': 'https://wien.orf.at/player/20200423/WGUM',
249 'only_matching': True,
253 class ORFBGLIE(ORFRadioIE):
254 IE_NAME = 'orf:burgenland'
255 IE_DESC = 'Radio Burgenland'
256 _VALID_URL = r'https?://(?P<station>burgenland)\.orf\.at/player/(?P<date>[0-9]+)/(?P<show>\w+)'
258 _LOOP_STATION = 'oe2b'
261 'url': 'https://burgenland.orf.at/player/20200423/BGM',
262 'only_matching': True,
266 class ORFOOEIE(ORFRadioIE):
267 IE_NAME = 'orf:oberoesterreich'
268 IE_DESC = 'Radio Oberösterreich'
269 _VALID_URL = r'https?://(?P<station>ooe)\.orf\.at/player/(?P<date>[0-9]+)/(?P<show>\w+)'
271 _LOOP_STATION = 'oe2o'
274 'url': 'https://ooe.orf.at/player/20200423/OGMO',
275 'only_matching': True,
279 class ORFSTMIE(ORFRadioIE):
280 IE_NAME = 'orf:steiermark'
281 IE_DESC = 'Radio Steiermark'
282 _VALID_URL = r'https?://(?P<station>steiermark)\.orf\.at/player/(?P<date>[0-9]+)/(?P<show>\w+)'
284 _LOOP_STATION = 'oe2st'
287 'url': 'https://steiermark.orf.at/player/20200423/STGMS',
288 'only_matching': True,
292 class ORFKTNIE(ORFRadioIE):
293 IE_NAME = 'orf:kaernten'
294 IE_DESC = 'Radio Kärnten'
295 _VALID_URL = r'https?://(?P<station>kaernten)\.orf\.at/player/(?P<date>[0-9]+)/(?P<show>\w+)'
297 _LOOP_STATION = 'oe2k'
300 'url': 'https://kaernten.orf.at/player/20200423/KGUMO',
301 'only_matching': True,
305 class ORFSBGIE(ORFRadioIE):
306 IE_NAME = 'orf:salzburg'
307 IE_DESC = 'Radio Salzburg'
308 _VALID_URL = r'https?://(?P<station>salzburg)\.orf\.at/player/(?P<date>[0-9]+)/(?P<show>\w+)'
310 _LOOP_STATION = 'oe2s'
313 'url': 'https://salzburg.orf.at/player/20200423/SGUM',
314 'only_matching': True,
318 class ORFTIRIE(ORFRadioIE):
319 IE_NAME = 'orf:tirol'
320 IE_DESC = 'Radio Tirol'
321 _VALID_URL = r'https?://(?P<station>tirol)\.orf\.at/player/(?P<date>[0-9]+)/(?P<show>\w+)'
323 _LOOP_STATION = 'oe2t'
326 'url': 'https://tirol.orf.at/player/20200423/TGUMO',
327 'only_matching': True,
331 class ORFVBGIE(ORFRadioIE):
332 IE_NAME = 'orf:vorarlberg'
333 IE_DESC = 'Radio Vorarlberg'
334 _VALID_URL = r'https?://(?P<station>vorarlberg)\.orf\.at/player/(?P<date>[0-9]+)/(?P<show>\w+)'
336 _LOOP_STATION = 'oe2v'
339 'url': 'https://vorarlberg.orf.at/player/20200423/VGUM',
340 'only_matching': True,
344 class ORFOE3IE(ORFRadioIE):
346 IE_DESC = 'Radio Österreich 3'
347 _VALID_URL = r'https?://(?P<station>oe3)\.orf\.at/player/(?P<date>[0-9]+)/(?P<show>\w+)'
349 _LOOP_STATION = 'oe3'
352 'url': 'https://oe3.orf.at/player/20200424/3WEK',
353 'only_matching': True,
357 class ORFOE1IE(ORFRadioIE):
359 IE_DESC = 'Radio Österreich 1'
360 _VALID_URL = r'https?://(?P<station>oe1)\.orf\.at/player/(?P<date>[0-9]+)/(?P<show>\w+)'
362 _LOOP_STATION = 'oe1'
365 'url': 'http://oe1.orf.at/player/20170108/456544',
366 'md5': '34d8a6e67ea888293741c86a099b745b',
368 'id': '2017-01-08_0759_tl_51_7DaysSun6_256141',
370 'title': 'Morgenjournal',
372 'timestamp': 1483858796,
373 'upload_date': '20170108',
375 'skip': 'Shows from ORF radios are only available for 7 days.'
379 class ORFIPTVIE(InfoExtractor):
381 IE_DESC = 'iptv.ORF.at'
382 _VALID_URL = r'https?://iptv\.orf\.at/(?:#/)?stories/(?P<id>\d+)'
385 'url': 'http://iptv.orf.at/stories/2275236/',
386 'md5': 'c8b22af4718a4b4af58342529453e3e5',
390 'title': 'Weitere Evakuierungen um Vulkan Calbuco',
391 'description': 'md5:d689c959bdbcf04efeddedbf2299d633',
393 'thumbnail': r're:^https?://.*\.jpg$',
394 'upload_date': '20150425',
398 def _real_extract(self, url):
399 story_id = self._match_id(url)
401 webpage = self._download_webpage(
402 'http://iptv.orf.at/stories/ %s ' % story_id, story_id)
404 video_id = self._search_regex(
405 r'data-video(?:id)?=" ( \d
+) "', webpage, 'video id')
407 data = self._download_json(
408 'http://bits.orf.at/filehandler/static-api/json/current/data.json?file= %s ' % video_id,
411 duration = float_or_none(data['duration'], 1000)
413 video = data['sources']['default']
414 load_balancer_url = video['loadBalancerUrl']
415 abr = int_or_none(video.get('audioBitrate'))
416 vbr = int_or_none(video.get('bitrate'))
417 fps = int_or_none(video.get('videoFps'))
418 width = int_or_none(video.get('videoWidth'))
419 height = int_or_none(video.get('videoHeight'))
420 thumbnail = video.get('preview')
422 rendition = self._download_json(
423 load_balancer_url, video_id, transform_source=strip_jsonp)
434 for format_id, format_url in rendition['redirect'].items():
435 if format_id == 'rtmp':
439 'format_id': format_id,
442 elif determine_ext(format_url) == 'f4m':
443 formats.extend(self._extract_f4m_formats(
444 format_url, video_id, f4m_id=format_id))
445 elif determine_ext(format_url) == 'm3u8':
446 formats.extend(self._extract_m3u8_formats(
447 format_url, video_id, 'mp4', m3u8_id=format_id))
450 self._sort_formats(formats)
452 title = remove_end(self._og_search_title(webpage), ' - iptv.ORF.at')
453 description = self._og_search_description(webpage)
454 upload_date = unified_strdate(self._html_search_meta(
455 'dc.date', webpage, 'upload date'))
460 'description': description,
461 'duration': duration,
462 'thumbnail': thumbnail,
463 'upload_date': upload_date,
468 class ORFFM4StoryIE(InfoExtractor):
469 IE_NAME = 'orf:fm4:story'
470 IE_DESC = 'fm4.orf.at stories'
471 _VALID_URL = r'https?://fm4\.orf\.at/stories/(?P<id>\d+)'
474 'url': 'http://fm4.orf.at/stories/2865738/',
476 'md5': 'e1c2c706c45c7b34cf478bbf409907ca',
480 'title': 'Manu Delago und Inner Tongue live',
481 'description': 'Manu Delago und Inner Tongue haben bei der FM4 Soundpark Session live alles gegeben. Hier gibt es Fotos und die gesamte Session als Video.',
483 'thumbnail': r're:^https?://.*\.jpg$',
484 'upload_date': '20170913',
487 'md5': 'c6dd2179731f86f4f55a7b49899d515f',
491 'title': 'Manu Delago und Inner Tongue live (2)',
493 'thumbnail': r're:^https?://.*\.jpg$',
494 'upload_date': '20170913',
495 'description': 'Manu Delago und Inner Tongue haben bei der FM4 Soundpark Session live alles gegeben. Hier gibt es Fotos und die gesamte Session als Video.',
500 def _real_extract(self, url):
501 story_id = self._match_id(url)
502 webpage = self._download_webpage(url, story_id)
505 all_ids = orderedSet(re.findall(r'data-video(?:id)?=" ( \d
+) "', webpage))
506 for idx, video_id in enumerate(all_ids):
507 data = self._download_json(
508 'http://bits.orf.at/filehandler/static-api/json/current/data.json?file= %s ' % video_id,
511 duration = float_or_none(data['duration'], 1000)
513 video = data['sources']['q8c']
514 load_balancer_url = video['loadBalancerUrl']
515 abr = int_or_none(video.get('audioBitrate'))
516 vbr = int_or_none(video.get('bitrate'))
517 fps = int_or_none(video.get('videoFps'))
518 width = int_or_none(video.get('videoWidth'))
519 height = int_or_none(video.get('videoHeight'))
520 thumbnail = video.get('preview')
522 rendition = self._download_json(
523 load_balancer_url, video_id, transform_source=strip_jsonp)
534 for format_id, format_url in rendition['redirect'].items():
535 if format_id == 'rtmp':
539 'format_id': format_id,
542 elif determine_ext(format_url) == 'f4m':
543 formats.extend(self._extract_f4m_formats(
544 format_url, video_id, f4m_id=format_id))
545 elif determine_ext(format_url) == 'm3u8':
546 formats.extend(self._extract_m3u8_formats(
547 format_url, video_id, 'mp4', m3u8_id=format_id))
550 self._sort_formats(formats)
552 title = remove_end(self._og_search_title(webpage), ' - fm4.ORF.at')
554 # Titles are duplicates, make them unique
555 title += ' (' + str(idx + 1) + ')'
556 description = self._og_search_description(webpage)
557 upload_date = unified_strdate(self._html_search_meta(
558 'dc.date', webpage, 'upload date'))
563 'description': description,
564 'duration': duration,
565 'thumbnail': thumbnail,
566 'upload_date': upload_date,
570 return self.playlist_result(entries)