]>
Raphaël G. Git Repositories - youtubedl/blob - youtube_dl/extractor/rtlnl.py
2 from __future__
import unicode_literals
4 from . common
import InfoExtractor
11 class RtlNlIE ( InfoExtractor
):
13 IE_DESC
= 'rtl.nl and rtlxl.nl'
15 https?://(?:(?:www|static)\.)?
17 rtlxl\.nl/(?:[^\#]*\#!|programma)/[^/]+/|
18 rtl\.nl/(?:(?:system/videoplayer/(?:[^/]+/)+(?:video_)?embed\.html|embed)\b.+?\buuid=|video/)|
19 embed\.rtl\.nl/\#uuid=
25 'url' : 'https://www.rtlxl.nl/programma/rtl-nieuws/0bd1384d-d970-3086-98bb-5c104e10c26f' ,
26 'md5' : '490428f1187b60d714f34e1f2e3af0b6' ,
28 'id' : '0bd1384d-d970-3086-98bb-5c104e10c26f' ,
30 'title' : 'RTL Nieuws' ,
31 'description' : 'md5:d41d8cd98f00b204e9800998ecf8427e' ,
32 'timestamp' : 1593293400 ,
33 'upload_date' : '20200627' ,
38 'url' : 'http://www.rtlxl.nl/#!/rtl-nieuws-132237/82b1aad1-4a14-3d7b-b554-b0aed1b2c416' ,
39 'md5' : '473d1946c1fdd050b2c0161a4b13c373' ,
41 'id' : '82b1aad1-4a14-3d7b-b554-b0aed1b2c416' ,
43 'title' : 'RTL Nieuws' ,
44 'description' : 'md5:d41d8cd98f00b204e9800998ecf8427e' ,
45 'timestamp' : 1461951000 ,
46 'upload_date' : '20160429' ,
51 # best format available a3t
52 'url' : 'http://www.rtl.nl/system/videoplayer/derden/rtlnieuws/video_embed.html#uuid=84ae5571-ac25-4225-ae0c-ef8d9efb2aed/autoplay=false' ,
53 'md5' : 'dea7474214af1271d91ef332fb8be7ea' ,
55 'id' : '84ae5571-ac25-4225-ae0c-ef8d9efb2aed' ,
57 'timestamp' : 1424039400 ,
58 'title' : 'RTL Nieuws - Nieuwe beelden Kopenhagen: chaos direct na aanslag' ,
59 'thumbnail' : r
're:^https?://screenshots\.rtl\.nl/(?:[^/]+/)*sz=[0-9]+x[0-9]+/uuid=84ae5571-ac25-4225-ae0c-ef8d9efb2aed$' ,
60 'upload_date' : '20150215' ,
61 'description' : 'Er zijn nieuwe beelden vrijgegeven die vlak na de aanslag in Kopenhagen zijn gemaakt. Op de video is goed te zien hoe omstanders zich bekommeren om één van de slachtoffers, terwijl de eerste agenten ter plaatse komen.' ,
64 # empty synopsis and missing episodes (see https://github.com/ytdl-org/youtube-dl/issues/6275)
65 # best format available nettv
66 'url' : 'http://www.rtl.nl/system/videoplayer/derden/rtlnieuws/video_embed.html#uuid=f536aac0-1dc3-4314-920e-3bd1c5b3811a/autoplay=false' ,
68 'id' : 'f536aac0-1dc3-4314-920e-3bd1c5b3811a' ,
70 'title' : 'RTL Nieuws - Meer beelden van overval juwelier' ,
71 'thumbnail' : r
're:^https?://screenshots\.rtl\.nl/(?:[^/]+/)*sz=[0-9]+x[0-9]+/uuid=f536aac0-1dc3-4314-920e-3bd1c5b3811a$' ,
72 'timestamp' : 1437233400 ,
73 'upload_date' : '20150718' ,
77 'skip_download' : True ,
80 # encrypted m3u8 streams, georestricted
81 'url' : 'http://www.rtlxl.nl/#!/afl-2-257632/52a74543-c504-4cde-8aa8-ec66fe8d68a7' ,
82 'only_matching' : True ,
84 'url' : 'http://www.rtl.nl/system/videoplayer/derden/embed.html#!/uuid=bb0353b0-d6a4-1dad-90e9-18fe75b8d1f0' ,
85 'only_matching' : True ,
87 'url' : 'http://rtlxl.nl/?_ga=1.204735956.572365465.1466978370#!/rtl-nieuws-132237/3c487912-023b-49ac-903e-2c5d79f8410f' ,
88 'only_matching' : True ,
90 'url' : 'https://www.rtl.nl/video/c603c9c2-601d-4b5e-8175-64f1e942dc7d/' ,
91 'only_matching' : True ,
93 'url' : 'https://static.rtl.nl/embed/?uuid=1a2970fc-5c0b-43ff-9fdc-927e39e6d1bc&autoplay=false&publicatiepunt=rtlnieuwsnl' ,
94 'only_matching' : True ,
96 # new embed URL schema
97 'url' : 'https://embed.rtl.nl/#uuid=84ae5571-ac25-4225-ae0c-ef8d9efb2aed/autoplay=false' ,
98 'only_matching' : True ,
101 def _real_extract ( self
, url
):
102 uuid
= self
._ match
_ id
( url
)
103 info
= self
._ download
_ json
(
104 'http://www.rtl.nl/system/s4m/vfd/version=2/uuid= %s /fmt=adaptive/' % uuid
,
107 material
= info
[ 'material' ][ 0 ]
108 title
= info
[ 'abstracts' ][ 0 ][ 'name' ]
109 subtitle
= material
. get ( 'title' )
111 title
+= ' - %s ' % subtitle
112 description
= material
. get ( 'synopsis' )
114 meta
= info
. get ( 'meta' , {})
116 videopath
= material
[ 'videopath' ]
117 m3u8_url
= meta
. get ( 'videohost' , 'http://manifest.us.rtl.nl' ) + videopath
119 formats
= self
._ extract
_ m
3u8_ formats
(
120 m3u8_url
, uuid
, 'mp4' , m3u8_id
= 'hls' , fatal
= False )
121 self
._ sort
_ formats
( formats
)
125 for p
in ( 'poster_base_url' , '"thumb_base_url"' ):
130 'url' : self
._ proto
_ relative
_u rl
( meta
[ p
] + uuid
),
131 'width' : int_or_none ( self
._ search
_ regex
(
132 r
'/sz=([0-9]+)' , meta
[ p
], 'thumbnail width' , fatal
= False )),
133 'height' : int_or_none ( self
._ search
_ regex
(
134 r
'/sz=[0-9]+x([0-9]+)' ,
135 meta
[ p
], 'thumbnail height' , fatal
= False ))
142 'timestamp' : material
[ 'original_date' ],
143 'description' : description
,
144 'duration' : parse_duration ( material
. get ( 'duration' )),
145 'thumbnails' : thumbnails
,