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.

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