2014-10-26 16:48:11 +07:00
|
|
|
# coding: utf-8
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
import re
|
|
|
|
|
|
|
|
from .common import InfoExtractor
|
2016-04-07 23:22:43 +06:00
|
|
|
from ..utils import (
|
|
|
|
float_or_none,
|
2019-03-31 17:57:41 +02:00
|
|
|
int_or_none,
|
|
|
|
try_get,
|
2016-04-07 23:22:43 +06:00
|
|
|
)
|
2014-10-26 16:48:11 +07:00
|
|
|
|
|
|
|
|
|
|
|
class VRTIE(InfoExtractor):
|
2019-03-31 17:57:41 +02:00
|
|
|
IE_DESC = 'vrt.be, sporza.be, cobra.be and cobra.canvas.be'
|
|
|
|
_VALID_URL = r'https?://(?:www\.)?(?:vrt|sporza|cobra(?:\.canvas)?)\.be/(?:[^/]+/)+(?P<id>[^/]+)/*'
|
2014-10-26 16:48:11 +07:00
|
|
|
_TESTS = [
|
|
|
|
# deredactie.be
|
|
|
|
{
|
|
|
|
'url': 'http://deredactie.be/cm/vrtnieuws/videozone/programmas/journaal/EP_141025_JOL',
|
|
|
|
'md5': '4cebde1eb60a53782d4f3992cbd46ec8',
|
|
|
|
'info_dict': {
|
|
|
|
'id': '2129880',
|
|
|
|
'ext': 'flv',
|
|
|
|
'title': 'Het journaal L - 25/10/14',
|
|
|
|
'description': None,
|
|
|
|
'timestamp': 1414271750.949,
|
|
|
|
'upload_date': '20141025',
|
|
|
|
'duration': 929,
|
2016-06-28 14:02:03 +01:00
|
|
|
},
|
|
|
|
'skip': 'HTTP Error 404: Not Found',
|
2014-10-26 16:48:11 +07:00
|
|
|
},
|
|
|
|
# sporza.be
|
|
|
|
{
|
|
|
|
'url': 'http://sporza.be/cm/sporza/videozone/programmas/extratime/EP_141020_Extra_time',
|
|
|
|
'md5': '11f53088da9bf8e7cfc42456697953ff',
|
|
|
|
'info_dict': {
|
|
|
|
'id': '2124639',
|
|
|
|
'ext': 'flv',
|
|
|
|
'title': 'Bekijk Extra Time van 20 oktober',
|
|
|
|
'description': 'md5:83ac5415a4f1816c6a93f8138aef2426',
|
|
|
|
'timestamp': 1413835980.560,
|
|
|
|
'upload_date': '20141020',
|
|
|
|
'duration': 3238,
|
2016-06-28 14:02:03 +01:00
|
|
|
},
|
|
|
|
'skip': 'HTTP Error 404: Not Found',
|
2014-10-26 16:48:11 +07:00
|
|
|
},
|
|
|
|
# cobra.be
|
|
|
|
{
|
|
|
|
'url': 'http://cobra.be/cm/cobra/videozone/rubriek/film-videozone/141022-mv-ellis-cafecorsari',
|
|
|
|
'md5': '78a2b060a5083c4f055449a72477409d',
|
|
|
|
'info_dict': {
|
|
|
|
'id': '2126050',
|
|
|
|
'ext': 'flv',
|
|
|
|
'title': 'Bret Easton Ellis in Café Corsari',
|
|
|
|
'description': 'md5:f699986e823f32fd6036c1855a724ee9',
|
|
|
|
'timestamp': 1413967500.494,
|
|
|
|
'upload_date': '20141022',
|
|
|
|
'duration': 661,
|
2016-06-28 14:02:03 +01:00
|
|
|
},
|
|
|
|
'skip': 'HTTP Error 404: Not Found',
|
2014-10-26 16:48:11 +07:00
|
|
|
},
|
2016-04-07 23:22:43 +06:00
|
|
|
{
|
|
|
|
# YouTube video
|
|
|
|
'url': 'http://deredactie.be/cm/vrtnieuws/videozone/nieuws/cultuurenmedia/1.2622957',
|
2016-06-28 14:02:03 +01:00
|
|
|
'md5': 'b8b93da1df1cea6c8556255a796b7d61',
|
|
|
|
'info_dict': {
|
|
|
|
'id': 'Wji-BZ0oCwg',
|
|
|
|
'ext': 'mp4',
|
|
|
|
'title': 'ROGUE ONE: A STAR WARS STORY Official Teaser Trailer',
|
|
|
|
'description': 'md5:8e468944dce15567a786a67f74262583',
|
|
|
|
'uploader': 'Star Wars',
|
|
|
|
'uploader_id': 'starwars',
|
|
|
|
'upload_date': '20160407',
|
|
|
|
},
|
|
|
|
'add_ie': ['Youtube'],
|
2016-04-07 23:22:43 +06:00
|
|
|
},
|
2016-01-05 01:58:25 +06:00
|
|
|
{
|
|
|
|
'url': 'http://cobra.canvas.be/cm/cobra/videozone/rubriek/film-videozone/1.2377055',
|
2016-06-28 14:02:03 +01:00
|
|
|
'info_dict': {
|
|
|
|
'id': '2377055',
|
|
|
|
'ext': 'mp4',
|
|
|
|
'title': 'Cafe Derby',
|
|
|
|
'description': 'Lenny Van Wesemael debuteert met de langspeelfilm Café Derby. Een waar gebeurd maar ook verzonnen verhaal.',
|
|
|
|
'upload_date': '20150626',
|
|
|
|
'timestamp': 1435305240.769,
|
|
|
|
},
|
|
|
|
'params': {
|
|
|
|
# m3u8 download
|
|
|
|
'skip_download': True,
|
|
|
|
}
|
2016-01-05 01:58:25 +06:00
|
|
|
}
|
2014-10-26 16:48:11 +07:00
|
|
|
]
|
|
|
|
|
|
|
|
def _real_extract(self, url):
|
|
|
|
video_id = self._match_id(url)
|
|
|
|
|
|
|
|
webpage = self._download_webpage(url, video_id)
|
|
|
|
|
|
|
|
video_id = self._search_regex(
|
2019-03-31 17:57:41 +02:00
|
|
|
r'data-videoid="([^"]+)"', webpage, 'video id')
|
2014-10-26 16:48:11 +07:00
|
|
|
|
2019-03-31 17:57:41 +02:00
|
|
|
publication_id = self._search_regex(
|
|
|
|
r'data-publicationid="([^"]+)"', webpage, 'publication id')
|
2016-04-07 23:22:43 +06:00
|
|
|
|
2019-03-31 17:57:41 +02:00
|
|
|
media_url = self._search_regex(
|
|
|
|
r'data-mediaapiurl="([^"]+)"', webpage, 'media url')
|
2016-04-07 23:22:43 +06:00
|
|
|
|
2019-03-31 17:57:41 +02:00
|
|
|
client = self._search_regex(
|
|
|
|
r'data-client="([^"]+)"', webpage, 'client')
|
|
|
|
|
|
|
|
headers = {'Content-Type': 'application/json'}
|
|
|
|
result = self._download_json(
|
|
|
|
'%s/tokens' % (media_url), video_id,
|
|
|
|
'Downloading player token',
|
|
|
|
headers=headers, data={})
|
|
|
|
|
|
|
|
vrtPlayerToken = result['vrtPlayerToken']
|
|
|
|
print(vrtPlayerToken)
|
2016-04-07 23:22:43 +06:00
|
|
|
|
2014-10-26 16:48:11 +07:00
|
|
|
formats = []
|
2016-04-07 23:22:43 +06:00
|
|
|
|
2019-03-31 17:57:41 +02:00
|
|
|
targetUrls = self._download_json(
|
|
|
|
'%s/videos/%s$%s?vrtPlayerToken=%s&client=%s' % (media_url, publication_id, video_id, vrtPlayerToken, client),
|
|
|
|
video_id,
|
|
|
|
'Downloading target url data',
|
|
|
|
headers=headers)
|
|
|
|
|
|
|
|
for t in targetUrls['targetUrls']:
|
|
|
|
if t['url'].endswith('m3u8'):
|
|
|
|
formats.extend(self._extract_m3u8_formats(t['url'], video_id))
|
|
|
|
elif t['url'].endswith('mpd'):
|
|
|
|
formats.extend(self._extract_mpd_formats(t['url'], video_id))
|
2016-02-17 23:28:41 +06:00
|
|
|
|
|
|
|
if not formats and 'data-video-geoblocking="true"' in webpage:
|
|
|
|
self.raise_geo_restricted('This video is only available in Belgium')
|
|
|
|
|
2014-10-26 16:48:11 +07:00
|
|
|
self._sort_formats(formats)
|
|
|
|
|
|
|
|
title = self._og_search_title(webpage)
|
|
|
|
description = self._og_search_description(webpage, default=None)
|
|
|
|
thumbnail = self._og_search_thumbnail(webpage)
|
|
|
|
timestamp = float_or_none(self._search_regex(
|
|
|
|
r'data-video-sitestat-pubdate="(\d+)"', webpage, 'timestamp', fatal=False), 1000)
|
|
|
|
duration = float_or_none(self._search_regex(
|
2019-03-31 17:57:41 +02:00
|
|
|
r'data-duration="(\d+)"', webpage, 'duration', fatal=False), 1000)
|
|
|
|
|
2014-10-26 16:48:11 +07:00
|
|
|
return {
|
|
|
|
'id': video_id,
|
|
|
|
'title': title,
|
|
|
|
'description': description,
|
|
|
|
'thumbnail': thumbnail,
|
|
|
|
'timestamp': timestamp,
|
|
|
|
'duration': duration,
|
|
|
|
'formats': formats,
|
2014-11-23 20:41:03 +01:00
|
|
|
}
|