You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

340 lines
14 KiB

10 years ago
10 years ago
  1. # -*- coding: utf-8 -*-
  2. from __future__ import unicode_literals
  3. import re
  4. import time
  5. import hmac
  6. import binascii
  7. import hashlib
  8. from .once import OnceIE
  9. from ..compat import (
  10. compat_parse_qs,
  11. compat_urllib_parse_urlparse,
  12. )
  13. from ..utils import (
  14. ExtractorError,
  15. float_or_none,
  16. int_or_none,
  17. sanitized_Request,
  18. unsmuggle_url,
  19. xpath_with_ns,
  20. mimetype2ext,
  21. find_xpath_attr,
  22. )
  23. default_ns = 'http://www.w3.org/2005/SMIL21/Language'
  24. _x = lambda p: xpath_with_ns(p, {'smil': default_ns})
  25. class ThePlatformBaseIE(OnceIE):
  26. def _extract_theplatform_smil(self, smil_url, video_id, note='Downloading SMIL data'):
  27. meta = self._download_xml(smil_url, video_id, note=note, query={'format': 'SMIL'})
  28. error_element = find_xpath_attr(meta, _x('.//smil:ref'), 'src')
  29. if error_element is not None and error_element.attrib['src'].startswith(
  30. 'http://link.theplatform.com/s/errorFiles/Unavailable.'):
  31. raise ExtractorError(error_element.attrib['abstract'], expected=True)
  32. smil_formats = self._parse_smil_formats(
  33. meta, smil_url, video_id, namespace=default_ns,
  34. # the parameters are from syfy.com, other sites may use others,
  35. # they also work for nbc.com
  36. f4m_params={'g': 'UXWGVKRWHFSP', 'hdcore': '3.0.3'},
  37. transform_rtmp_url=lambda streamer, src: (streamer, 'mp4:' + src))
  38. formats = []
  39. for _format in smil_formats:
  40. if OnceIE.suitable(_format['url']):
  41. formats.extend(self._extract_once_formats(_format['url']))
  42. else:
  43. formats.append(_format)
  44. subtitles = self._parse_smil_subtitles(meta, default_ns)
  45. return formats, subtitles
  46. def get_metadata(self, path, video_id):
  47. info_url = 'http://link.theplatform.com/s/%s?format=preview' % path
  48. info = self._download_json(info_url, video_id)
  49. subtitles = {}
  50. captions = info.get('captions')
  51. if isinstance(captions, list):
  52. for caption in captions:
  53. lang, src, mime = caption.get('lang', 'en'), caption.get('src'), caption.get('type')
  54. subtitles[lang] = [{
  55. 'ext': mimetype2ext(mime),
  56. 'url': src,
  57. }]
  58. return {
  59. 'title': info['title'],
  60. 'subtitles': subtitles,
  61. 'description': info['description'],
  62. 'thumbnail': info['defaultThumbnailUrl'],
  63. 'duration': int_or_none(info.get('duration'), 1000),
  64. 'timestamp': int_or_none(info.get('pubDate'), 1000) or None,
  65. 'uploader': info.get('billingCode'),
  66. }
  67. class ThePlatformIE(ThePlatformBaseIE):
  68. _VALID_URL = r'''(?x)
  69. (?:https?://(?:link|player)\.theplatform\.com/[sp]/(?P<provider_id>[^/]+)/
  70. (?:(?:(?:[^/]+/)+select/)?(?P<media>media/(?:guid/\d+/)?)|(?P<config>(?:[^/\?]+/(?:swf|config)|onsite)/select/))?
  71. |theplatform:)(?P<id>[^/\?&]+)'''
  72. _TESTS = [{
  73. # from http://www.metacafe.com/watch/cb-e9I_cZgTgIPd/blackberrys_big_bold_z30/
  74. 'url': 'http://link.theplatform.com/s/dJ5BDC/e9I_cZgTgIPd/meta.smil?format=smil&Tracking=true&mbr=true',
  75. 'info_dict': {
  76. 'id': 'e9I_cZgTgIPd',
  77. 'ext': 'flv',
  78. 'title': 'Blackberry\'s big, bold Z30',
  79. 'description': 'The Z30 is Blackberry\'s biggest, baddest mobile messaging device yet.',
  80. 'duration': 247,
  81. 'timestamp': 1383239700,
  82. 'upload_date': '20131031',
  83. 'uploader': 'CBSI-NEW',
  84. },
  85. 'params': {
  86. # rtmp download
  87. 'skip_download': True,
  88. },
  89. }, {
  90. # from http://www.cnet.com/videos/tesla-model-s-a-second-step-towards-a-cleaner-motoring-future/
  91. 'url': 'http://link.theplatform.com/s/kYEXFC/22d_qsQ6MIRT',
  92. 'info_dict': {
  93. 'id': '22d_qsQ6MIRT',
  94. 'ext': 'flv',
  95. 'description': 'md5:ac330c9258c04f9d7512cf26b9595409',
  96. 'title': 'Tesla Model S: A second step towards a cleaner motoring future',
  97. 'timestamp': 1426176191,
  98. 'upload_date': '20150312',
  99. 'uploader': 'CBSI-NEW',
  100. },
  101. 'params': {
  102. # rtmp download
  103. 'skip_download': True,
  104. }
  105. }, {
  106. 'url': 'https://player.theplatform.com/p/D6x-PC/pulse_preview/embed/select/media/yMBg9E8KFxZD',
  107. 'info_dict': {
  108. 'id': 'yMBg9E8KFxZD',
  109. 'ext': 'mp4',
  110. 'description': 'md5:644ad9188d655b742f942bf2e06b002d',
  111. 'title': 'HIGHLIGHTS: USA bag first ever series Cup win',
  112. 'uploader': 'EGSM',
  113. }
  114. }, {
  115. 'url': 'http://player.theplatform.com/p/NnzsPC/widget/select/media/4Y0TlYUr_ZT7',
  116. 'only_matching': True,
  117. }, {
  118. 'url': 'http://player.theplatform.com/p/2E2eJC/nbcNewsOffsite?guid=tdy_or_siri_150701',
  119. 'md5': 'fb96bb3d85118930a5b055783a3bd992',
  120. 'info_dict': {
  121. 'id': 'tdy_or_siri_150701',
  122. 'ext': 'mp4',
  123. 'title': 'iPhone Siri’s sassy response to a math question has people talking',
  124. 'description': 'md5:a565d1deadd5086f3331d57298ec6333',
  125. 'duration': 83.0,
  126. 'thumbnail': 're:^https?://.*\.jpg$',
  127. 'timestamp': 1435752600,
  128. 'upload_date': '20150701',
  129. 'uploader': 'NBCU-NEWS',
  130. },
  131. }, {
  132. # From http://www.nbc.com/the-blacklist/video/sir-crispin-crandall/2928790?onid=137781#vc137781=1
  133. # geo-restricted (US), HLS encrypted with AES-128
  134. 'url': 'http://player.theplatform.com/p/NnzsPC/onsite_universal/select/media/guid/2410887629/2928790?fwsitesection=nbc_the_blacklist_video_library&autoPlay=true&carouselID=137781',
  135. 'only_matching': True,
  136. }]
  137. @classmethod
  138. def _extract_urls(cls, webpage):
  139. m = re.search(
  140. r'''(?x)
  141. <meta\s+
  142. property=(["'])(?:og:video(?::(?:secure_)?url)?|twitter:player)\1\s+
  143. content=(["'])(?P<url>https?://player\.theplatform\.com/p/.+?)\2
  144. ''', webpage)
  145. if m:
  146. return [m.group('url')]
  147. matches = re.findall(
  148. r'<(?:iframe|script)[^>]+src=(["\'])((?:https?:)?//player\.theplatform\.com/p/.+?)\1', webpage)
  149. if matches:
  150. return list(zip(*matches))[1]
  151. @staticmethod
  152. def _sign_url(url, sig_key, sig_secret, life=600, include_qs=False):
  153. flags = '10' if include_qs else '00'
  154. expiration_date = '%x' % (int(time.time()) + life)
  155. def str_to_hex(str):
  156. return binascii.b2a_hex(str.encode('ascii')).decode('ascii')
  157. def hex_to_bytes(hex):
  158. return binascii.a2b_hex(hex.encode('ascii'))
  159. relative_path = re.match(r'https?://link.theplatform.com/s/([^?]+)', url).group(1)
  160. clear_text = hex_to_bytes(flags + expiration_date + str_to_hex(relative_path))
  161. checksum = hmac.new(sig_key.encode('ascii'), clear_text, hashlib.sha1).hexdigest()
  162. sig = flags + expiration_date + checksum + str_to_hex(sig_secret)
  163. return '%s&sig=%s' % (url, sig)
  164. def _real_extract(self, url):
  165. url, smuggled_data = unsmuggle_url(url, {})
  166. mobj = re.match(self._VALID_URL, url)
  167. provider_id = mobj.group('provider_id')
  168. video_id = mobj.group('id')
  169. if not provider_id:
  170. provider_id = 'dJ5BDC'
  171. path = provider_id + '/'
  172. if mobj.group('media'):
  173. path += mobj.group('media')
  174. path += video_id
  175. qs_dict = compat_parse_qs(compat_urllib_parse_urlparse(url).query)
  176. if 'guid' in qs_dict:
  177. webpage = self._download_webpage(url, video_id)
  178. scripts = re.findall(r'<script[^>]+src="([^"]+)"', webpage)
  179. feed_id = None
  180. # feed id usually locates in the last script.
  181. # Seems there's no pattern for the interested script filename, so
  182. # I try one by one
  183. for script in reversed(scripts):
  184. feed_script = self._download_webpage(
  185. self._proto_relative_url(script, 'http:'),
  186. video_id, 'Downloading feed script')
  187. feed_id = self._search_regex(
  188. r'defaultFeedId\s*:\s*"([^"]+)"', feed_script,
  189. 'default feed id', default=None)
  190. if feed_id is not None:
  191. break
  192. if feed_id is None:
  193. raise ExtractorError('Unable to find feed id')
  194. return self.url_result('http://feed.theplatform.com/f/%s/%s?byGuid=%s' % (
  195. provider_id, feed_id, qs_dict['guid'][0]))
  196. if smuggled_data.get('force_smil_url', False):
  197. smil_url = url
  198. # Explicitly specified SMIL (see https://github.com/rg3/youtube-dl/issues/7385)
  199. elif '/guid/' in url:
  200. headers = {}
  201. source_url = smuggled_data.get('source_url')
  202. if source_url:
  203. headers['Referer'] = source_url
  204. request = sanitized_Request(url, headers=headers)
  205. webpage = self._download_webpage(request, video_id)
  206. smil_url = self._search_regex(
  207. r'<link[^>]+href=(["\'])(?P<url>.+?)\1[^>]+type=["\']application/smil\+xml',
  208. webpage, 'smil url', group='url')
  209. path = self._search_regex(
  210. r'link\.theplatform\.com/s/((?:[^/?#&]+/)+[^/?#&]+)', smil_url, 'path')
  211. smil_url += '?' if '?' not in smil_url else '&' + 'formats=m3u,mpeg4'
  212. elif mobj.group('config'):
  213. config_url = url + '&form=json'
  214. config_url = config_url.replace('swf/', 'config/')
  215. config_url = config_url.replace('onsite/', 'onsite/config/')
  216. config = self._download_json(config_url, video_id, 'Downloading config')
  217. if 'releaseUrl' in config:
  218. release_url = config['releaseUrl']
  219. else:
  220. release_url = 'http://link.theplatform.com/s/%s?mbr=true' % path
  221. smil_url = release_url + '&formats=MPEG4&manifest=f4m'
  222. else:
  223. smil_url = 'http://link.theplatform.com/s/%s?mbr=true' % path
  224. sig = smuggled_data.get('sig')
  225. if sig:
  226. smil_url = self._sign_url(smil_url, sig['key'], sig['secret'])
  227. formats, subtitles = self._extract_theplatform_smil(smil_url, video_id)
  228. self._sort_formats(formats)
  229. ret = self.get_metadata(path, video_id)
  230. combined_subtitles = self._merge_subtitles(ret.get('subtitles', {}), subtitles)
  231. ret.update({
  232. 'id': video_id,
  233. 'formats': formats,
  234. 'subtitles': combined_subtitles,
  235. })
  236. return ret
  237. class ThePlatformFeedIE(ThePlatformBaseIE):
  238. _URL_TEMPLATE = '%s//feed.theplatform.com/f/%s/%s?form=json&byGuid=%s'
  239. _VALID_URL = r'https?://feed\.theplatform\.com/f/(?P<provider_id>[^/]+)/(?P<feed_id>[^?/]+)\?(?:[^&]+&)*byGuid=(?P<id>[a-zA-Z0-9_]+)'
  240. _TEST = {
  241. # From http://player.theplatform.com/p/7wvmTC/MSNBCEmbeddedOffSite?guid=n_hardball_5biden_140207
  242. 'url': 'http://feed.theplatform.com/f/7wvmTC/msnbc_video-p-test?form=json&pretty=true&range=-40&byGuid=n_hardball_5biden_140207',
  243. 'md5': '6e32495b5073ab414471b615c5ded394',
  244. 'info_dict': {
  245. 'id': 'n_hardball_5biden_140207',
  246. 'ext': 'mp4',
  247. 'title': 'The Biden factor: will Joe run in 2016?',
  248. 'description': 'Could Vice President Joe Biden be preparing a 2016 campaign? Mark Halperin and Sam Stein weigh in.',
  249. 'thumbnail': 're:^https?://.*\.jpg$',
  250. 'upload_date': '20140208',
  251. 'timestamp': 1391824260,
  252. 'duration': 467.0,
  253. 'categories': ['MSNBC/Issues/Democrats', 'MSNBC/Issues/Elections/Election 2016'],
  254. 'uploader': 'NBCU-NEWS',
  255. },
  256. }
  257. def _real_extract(self, url):
  258. mobj = re.match(self._VALID_URL, url)
  259. video_id = mobj.group('id')
  260. provider_id = mobj.group('provider_id')
  261. feed_id = mobj.group('feed_id')
  262. real_url = self._URL_TEMPLATE % (self.http_scheme(), provider_id, feed_id, video_id)
  263. feed = self._download_json(real_url, video_id)
  264. entry = feed['entries'][0]
  265. formats = []
  266. subtitles = {}
  267. first_video_id = None
  268. duration = None
  269. for item in entry['media$content']:
  270. smil_url = item['plfile$url'] + '&mbr=true'
  271. cur_video_id = ThePlatformIE._match_id(smil_url)
  272. if first_video_id is None:
  273. first_video_id = cur_video_id
  274. duration = float_or_none(item.get('plfile$duration'))
  275. cur_formats, cur_subtitles = self._extract_theplatform_smil(smil_url, video_id, 'Downloading SMIL data for %s' % cur_video_id)
  276. formats.extend(cur_formats)
  277. subtitles = self._merge_subtitles(subtitles, cur_subtitles)
  278. self._sort_formats(formats)
  279. thumbnails = [{
  280. 'url': thumbnail['plfile$url'],
  281. 'width': int_or_none(thumbnail.get('plfile$width')),
  282. 'height': int_or_none(thumbnail.get('plfile$height')),
  283. } for thumbnail in entry.get('media$thumbnails', [])]
  284. timestamp = int_or_none(entry.get('media$availableDate'), scale=1000)
  285. categories = [item['media$name'] for item in entry.get('media$categories', [])]
  286. ret = self.get_metadata('%s/%s' % (provider_id, first_video_id), video_id)
  287. subtitles = self._merge_subtitles(subtitles, ret['subtitles'])
  288. ret.update({
  289. 'id': video_id,
  290. 'formats': formats,
  291. 'subtitles': subtitles,
  292. 'thumbnails': thumbnails,
  293. 'duration': duration,
  294. 'timestamp': timestamp,
  295. 'categories': categories,
  296. })
  297. return ret