logo

youtube-dl

[mirror] Download/Watch videos from video hostersgit clone https://hacktivis.me/git/mirror/youtube-dl.git

rtlnl.py (5896B)


  1. # coding: utf-8
  2. from __future__ import unicode_literals
  3. from .common import InfoExtractor
  4. from ..utils import (
  5. int_or_none,
  6. parse_duration,
  7. )
  8. class RtlNlIE(InfoExtractor):
  9. IE_NAME = 'rtl.nl'
  10. IE_DESC = 'rtl.nl and rtlxl.nl'
  11. _VALID_URL = r'''(?x)
  12. https?://(?:(?:www|static)\.)?
  13. (?:
  14. rtlxl\.nl/(?:[^\#]*\#!|programma)/[^/]+/|
  15. rtl\.nl/(?:(?:system/videoplayer/(?:[^/]+/)+(?:video_)?embed\.html|embed)\b.+?\buuid=|video/)|
  16. embed\.rtl\.nl/\#uuid=
  17. )
  18. (?P<id>[0-9a-f-]+)'''
  19. _TESTS = [{
  20. # new URL schema
  21. 'url': 'https://www.rtlxl.nl/programma/rtl-nieuws/0bd1384d-d970-3086-98bb-5c104e10c26f',
  22. 'md5': '490428f1187b60d714f34e1f2e3af0b6',
  23. 'info_dict': {
  24. 'id': '0bd1384d-d970-3086-98bb-5c104e10c26f',
  25. 'ext': 'mp4',
  26. 'title': 'RTL Nieuws',
  27. 'description': 'md5:d41d8cd98f00b204e9800998ecf8427e',
  28. 'timestamp': 1593293400,
  29. 'upload_date': '20200627',
  30. 'duration': 661.08,
  31. },
  32. }, {
  33. # old URL schema
  34. 'url': 'http://www.rtlxl.nl/#!/rtl-nieuws-132237/82b1aad1-4a14-3d7b-b554-b0aed1b2c416',
  35. 'md5': '473d1946c1fdd050b2c0161a4b13c373',
  36. 'info_dict': {
  37. 'id': '82b1aad1-4a14-3d7b-b554-b0aed1b2c416',
  38. 'ext': 'mp4',
  39. 'title': 'RTL Nieuws',
  40. 'description': 'md5:d41d8cd98f00b204e9800998ecf8427e',
  41. 'timestamp': 1461951000,
  42. 'upload_date': '20160429',
  43. 'duration': 1167.96,
  44. },
  45. 'skip': '404',
  46. }, {
  47. # best format available a3t
  48. 'url': 'http://www.rtl.nl/system/videoplayer/derden/rtlnieuws/video_embed.html#uuid=84ae5571-ac25-4225-ae0c-ef8d9efb2aed/autoplay=false',
  49. 'md5': 'dea7474214af1271d91ef332fb8be7ea',
  50. 'info_dict': {
  51. 'id': '84ae5571-ac25-4225-ae0c-ef8d9efb2aed',
  52. 'ext': 'mp4',
  53. 'timestamp': 1424039400,
  54. 'title': 'RTL Nieuws - Nieuwe beelden Kopenhagen: chaos direct na aanslag',
  55. 'thumbnail': r're:^https?://screenshots\.rtl\.nl/(?:[^/]+/)*sz=[0-9]+x[0-9]+/uuid=84ae5571-ac25-4225-ae0c-ef8d9efb2aed$',
  56. 'upload_date': '20150215',
  57. '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.',
  58. }
  59. }, {
  60. # empty synopsis and missing episodes (see https://github.com/ytdl-org/youtube-dl/issues/6275)
  61. # best format available nettv
  62. 'url': 'http://www.rtl.nl/system/videoplayer/derden/rtlnieuws/video_embed.html#uuid=f536aac0-1dc3-4314-920e-3bd1c5b3811a/autoplay=false',
  63. 'info_dict': {
  64. 'id': 'f536aac0-1dc3-4314-920e-3bd1c5b3811a',
  65. 'ext': 'mp4',
  66. 'title': 'RTL Nieuws - Meer beelden van overval juwelier',
  67. 'thumbnail': r're:^https?://screenshots\.rtl\.nl/(?:[^/]+/)*sz=[0-9]+x[0-9]+/uuid=f536aac0-1dc3-4314-920e-3bd1c5b3811a$',
  68. 'timestamp': 1437233400,
  69. 'upload_date': '20150718',
  70. 'duration': 30.474,
  71. },
  72. 'params': {
  73. 'skip_download': True,
  74. },
  75. }, {
  76. # encrypted m3u8 streams, georestricted
  77. 'url': 'http://www.rtlxl.nl/#!/afl-2-257632/52a74543-c504-4cde-8aa8-ec66fe8d68a7',
  78. 'only_matching': True,
  79. }, {
  80. 'url': 'http://www.rtl.nl/system/videoplayer/derden/embed.html#!/uuid=bb0353b0-d6a4-1dad-90e9-18fe75b8d1f0',
  81. 'only_matching': True,
  82. }, {
  83. 'url': 'http://rtlxl.nl/?_ga=1.204735956.572365465.1466978370#!/rtl-nieuws-132237/3c487912-023b-49ac-903e-2c5d79f8410f',
  84. 'only_matching': True,
  85. }, {
  86. 'url': 'https://www.rtl.nl/video/c603c9c2-601d-4b5e-8175-64f1e942dc7d/',
  87. 'only_matching': True,
  88. }, {
  89. 'url': 'https://static.rtl.nl/embed/?uuid=1a2970fc-5c0b-43ff-9fdc-927e39e6d1bc&autoplay=false&publicatiepunt=rtlnieuwsnl',
  90. 'only_matching': True,
  91. }, {
  92. # new embed URL schema
  93. 'url': 'https://embed.rtl.nl/#uuid=84ae5571-ac25-4225-ae0c-ef8d9efb2aed/autoplay=false',
  94. 'only_matching': True,
  95. }]
  96. def _real_extract(self, url):
  97. uuid = self._match_id(url)
  98. info = self._download_json(
  99. 'http://www.rtl.nl/system/s4m/vfd/version=2/uuid=%s/fmt=adaptive/' % uuid,
  100. uuid)
  101. material = info['material'][0]
  102. title = info['abstracts'][0]['name']
  103. subtitle = material.get('title')
  104. if subtitle:
  105. title += ' - %s' % subtitle
  106. description = material.get('synopsis')
  107. meta = info.get('meta', {})
  108. videopath = material['videopath']
  109. m3u8_url = meta.get('videohost', 'http://manifest.us.rtl.nl') + videopath
  110. formats = self._extract_m3u8_formats(
  111. m3u8_url, uuid, 'mp4', m3u8_id='hls', fatal=False)
  112. self._sort_formats(formats)
  113. thumbnails = []
  114. for p in ('poster_base_url', '"thumb_base_url"'):
  115. if not meta.get(p):
  116. continue
  117. thumbnails.append({
  118. 'url': self._proto_relative_url(meta[p] + uuid),
  119. 'width': int_or_none(self._search_regex(
  120. r'/sz=([0-9]+)', meta[p], 'thumbnail width', fatal=False)),
  121. 'height': int_or_none(self._search_regex(
  122. r'/sz=[0-9]+x([0-9]+)',
  123. meta[p], 'thumbnail height', fatal=False))
  124. })
  125. return {
  126. 'id': uuid,
  127. 'title': title,
  128. 'formats': formats,
  129. 'timestamp': material['original_date'],
  130. 'description': description,
  131. 'duration': parse_duration(material.get('duration')),
  132. 'thumbnails': thumbnails,
  133. }