theplatform.py 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  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 .common import InfoExtractor
  9. from ..compat import (
  10. compat_parse_qs,
  11. compat_urllib_parse_urlparse,
  12. )
  13. from ..utils import (
  14. determine_ext,
  15. ExtractorError,
  16. xpath_with_ns,
  17. unsmuggle_url,
  18. int_or_none,
  19. url_basename,
  20. float_or_none,
  21. )
  22. default_ns = 'http://www.w3.org/2005/SMIL21/Language'
  23. _x = lambda p: xpath_with_ns(p, {'smil': default_ns})
  24. class ThePlatformBaseIE(InfoExtractor):
  25. def _extract_theplatform_smil_formats(self, smil_url, video_id, note='Downloading SMIL data'):
  26. meta = self._download_xml(smil_url, video_id, note=note)
  27. try:
  28. error_msg = next(
  29. n.attrib['abstract']
  30. for n in meta.findall(_x('.//smil:ref'))
  31. if n.attrib.get('title') == 'Geographic Restriction' or n.attrib.get('title') == 'Expired')
  32. except StopIteration:
  33. pass
  34. else:
  35. raise ExtractorError(error_msg, expected=True)
  36. formats = self._parse_smil_formats(
  37. meta, smil_url, video_id, namespace=default_ns,
  38. # the parameters are from syfy.com, other sites may use others,
  39. # they also work for nbc.com
  40. f4m_params={'g': 'UXWGVKRWHFSP', 'hdcore': '3.0.3'},
  41. transform_rtmp_url=lambda streamer, src: (streamer, 'mp4:' + src))
  42. for _format in formats:
  43. ext = determine_ext(_format['url'])
  44. if ext == 'once':
  45. _format['ext'] = 'mp4'
  46. self._sort_formats(formats)
  47. return formats
  48. def get_metadata(self, path, video_id):
  49. info_url = 'http://link.theplatform.com/s/%s?format=preview' % path
  50. info = self._download_json(info_url, video_id)
  51. subtitles = {}
  52. captions = info.get('captions')
  53. if isinstance(captions, list):
  54. for caption in captions:
  55. lang, src, mime = caption.get('lang', 'en'), caption.get('src'), caption.get('type')
  56. subtitles[lang] = [{
  57. 'ext': 'srt' if mime == 'text/srt' else 'ttml',
  58. 'url': src,
  59. }]
  60. return {
  61. 'title': info['title'],
  62. 'subtitles': subtitles,
  63. 'description': info['description'],
  64. 'thumbnail': info['defaultThumbnailUrl'],
  65. 'duration': int_or_none(info.get('duration'), 1000),
  66. }
  67. class ThePlatformIE(ThePlatformBaseIE):
  68. _VALID_URL = r'''(?x)
  69. (?:https?://(?:link|player)\.theplatform\.com/[sp]/(?P<provider_id>[^/]+)/
  70. (?:(?P<media>(?:[^/]+/)+select/media/)|(?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. },
  82. 'params': {
  83. # rtmp download
  84. 'skip_download': True,
  85. },
  86. }, {
  87. # from http://www.cnet.com/videos/tesla-model-s-a-second-step-towards-a-cleaner-motoring-future/
  88. 'url': 'http://link.theplatform.com/s/kYEXFC/22d_qsQ6MIRT',
  89. 'info_dict': {
  90. 'id': '22d_qsQ6MIRT',
  91. 'ext': 'flv',
  92. 'description': 'md5:ac330c9258c04f9d7512cf26b9595409',
  93. 'title': 'Tesla Model S: A second step towards a cleaner motoring future',
  94. },
  95. 'params': {
  96. # rtmp download
  97. 'skip_download': True,
  98. }
  99. }, {
  100. 'url': 'https://player.theplatform.com/p/D6x-PC/pulse_preview/embed/select/media/yMBg9E8KFxZD',
  101. 'info_dict': {
  102. 'id': 'yMBg9E8KFxZD',
  103. 'ext': 'mp4',
  104. 'description': 'md5:644ad9188d655b742f942bf2e06b002d',
  105. 'title': 'HIGHLIGHTS: USA bag first ever series Cup win',
  106. }
  107. }, {
  108. 'url': 'http://player.theplatform.com/p/NnzsPC/widget/select/media/4Y0TlYUr_ZT7',
  109. 'only_matching': True,
  110. }, {
  111. 'url': 'http://player.theplatform.com/p/2E2eJC/nbcNewsOffsite?guid=tdy_or_siri_150701',
  112. 'md5': '734f3790fb5fc4903da391beeebc4836',
  113. 'info_dict': {
  114. 'id': 'tdy_or_siri_150701',
  115. 'ext': 'mp4',
  116. 'title': 'iPhone Siri’s sassy response to a math question has people talking',
  117. 'description': 'md5:a565d1deadd5086f3331d57298ec6333',
  118. 'duration': 83.0,
  119. 'thumbnail': 're:^https?://.*\.jpg$',
  120. 'timestamp': 1435752600,
  121. 'upload_date': '20150701',
  122. 'categories': ['Today/Shows/Orange Room', 'Today/Sections/Money', 'Today/Topics/Tech', "Today/Topics/Editor's picks"],
  123. },
  124. }]
  125. @staticmethod
  126. def _sign_url(url, sig_key, sig_secret, life=600, include_qs=False):
  127. flags = '10' if include_qs else '00'
  128. expiration_date = '%x' % (int(time.time()) + life)
  129. def str_to_hex(str):
  130. return binascii.b2a_hex(str.encode('ascii')).decode('ascii')
  131. def hex_to_str(hex):
  132. return binascii.a2b_hex(hex)
  133. relative_path = url.split('http://link.theplatform.com/s/')[1].split('?')[0]
  134. clear_text = hex_to_str(flags + expiration_date + str_to_hex(relative_path))
  135. checksum = hmac.new(sig_key.encode('ascii'), clear_text, hashlib.sha1).hexdigest()
  136. sig = flags + expiration_date + checksum + str_to_hex(sig_secret)
  137. return '%s&sig=%s' % (url, sig)
  138. def _real_extract(self, url):
  139. url, smuggled_data = unsmuggle_url(url, {})
  140. mobj = re.match(self._VALID_URL, url)
  141. provider_id = mobj.group('provider_id')
  142. video_id = mobj.group('id')
  143. if not provider_id:
  144. provider_id = 'dJ5BDC'
  145. path = provider_id
  146. if mobj.group('media'):
  147. path += '/media'
  148. path += '/' + video_id
  149. qs_dict = compat_parse_qs(compat_urllib_parse_urlparse(url).query)
  150. if 'guid' in qs_dict:
  151. webpage = self._download_webpage(url, video_id)
  152. scripts = re.findall(r'<script[^>]+src="([^"]+)"', webpage)
  153. feed_id = None
  154. # feed id usually locates in the last script.
  155. # Seems there's no pattern for the interested script filename, so
  156. # I try one by one
  157. for script in reversed(scripts):
  158. feed_script = self._download_webpage(script, video_id, 'Downloading feed script')
  159. feed_id = self._search_regex(r'defaultFeedId\s*:\s*"([^"]+)"', feed_script, 'default feed id', default=None)
  160. if feed_id is not None:
  161. break
  162. if feed_id is None:
  163. raise ExtractorError('Unable to find feed id')
  164. return self.url_result('http://feed.theplatform.com/f/%s/%s?byGuid=%s' % (
  165. provider_id, feed_id, qs_dict['guid'][0]))
  166. if smuggled_data.get('force_smil_url', False):
  167. smil_url = url
  168. elif mobj.group('config'):
  169. config_url = url + '&form=json'
  170. config_url = config_url.replace('swf/', 'config/')
  171. config_url = config_url.replace('onsite/', 'onsite/config/')
  172. config = self._download_json(config_url, video_id, 'Downloading config')
  173. if 'releaseUrl' in config:
  174. release_url = config['releaseUrl']
  175. else:
  176. release_url = 'http://link.theplatform.com/s/%s?mbr=true' % path
  177. smil_url = release_url + '&format=SMIL&formats=MPEG4&manifest=f4m'
  178. else:
  179. smil_url = 'http://link.theplatform.com/s/%s/meta.smil?format=smil&mbr=true' % path
  180. sig = smuggled_data.get('sig')
  181. if sig:
  182. smil_url = self._sign_url(smil_url, sig['key'], sig['secret'])
  183. formats = self._extract_theplatform_smil_formats(smil_url, video_id)
  184. ret = self.get_metadata(path, video_id)
  185. ret.update({
  186. 'id': video_id,
  187. 'formats': formats,
  188. })
  189. return ret
  190. class ThePlatformFeedIE(ThePlatformBaseIE):
  191. _URL_TEMPLATE = '%s//feed.theplatform.com/f/%s/%s?form=json&byGuid=%s'
  192. _VALID_URL = r'https?://feed\.theplatform\.com/f/(?P<provider_id>[^/]+)/(?P<feed_id>[^?/]+)\?(?:[^&]+&)*byGuid=(?P<id>[a-zA-Z0-9_]+)'
  193. _TEST = {
  194. # From http://player.theplatform.com/p/7wvmTC/MSNBCEmbeddedOffSite?guid=n_hardball_5biden_140207
  195. 'url': 'http://feed.theplatform.com/f/7wvmTC/msnbc_video-p-test?form=json&pretty=true&range=-40&byGuid=n_hardball_5biden_140207',
  196. 'md5': '22d2b84f058d3586efcd99e57d59d314',
  197. 'info_dict': {
  198. 'id': 'n_hardball_5biden_140207',
  199. 'ext': 'mp4',
  200. 'title': 'The Biden factor: will Joe run in 2016?',
  201. 'description': 'Could Vice President Joe Biden be preparing a 2016 campaign? Mark Halperin and Sam Stein weigh in.',
  202. 'thumbnail': 're:^https?://.*\.jpg$',
  203. 'upload_date': '20140208',
  204. 'timestamp': 1391824260,
  205. 'duration': 467.0,
  206. 'categories': ['MSNBC/Issues/Democrats', 'MSNBC/Issues/Elections/Election 2016'],
  207. },
  208. }
  209. def _real_extract(self, url):
  210. mobj = re.match(self._VALID_URL, url)
  211. video_id = mobj.group('id')
  212. provider_id = mobj.group('provider_id')
  213. feed_id = mobj.group('feed_id')
  214. real_url = self._URL_TEMPLATE % (self.http_scheme(), provider_id, feed_id, video_id)
  215. feed = self._download_json(real_url, video_id)
  216. entry = feed['entries'][0]
  217. formats = []
  218. first_video_id = None
  219. duration = None
  220. for item in entry['media$content']:
  221. smil_url = item['plfile$url'] + '&format=SMIL&Tracking=true&Embedded=true&formats=MPEG4,F4M'
  222. cur_video_id = url_basename(smil_url)
  223. if first_video_id is None:
  224. first_video_id = cur_video_id
  225. duration = float_or_none(item.get('plfile$duration'))
  226. formats.extend(self._extract_theplatform_smil_formats(smil_url, video_id, 'Downloading SMIL data for %s' % cur_video_id))
  227. self._sort_formats(formats)
  228. thumbnails = [{
  229. 'url': thumbnail['plfile$url'],
  230. 'width': int_or_none(thumbnail.get('plfile$width')),
  231. 'height': int_or_none(thumbnail.get('plfile$height')),
  232. } for thumbnail in entry.get('media$thumbnails', [])]
  233. timestamp = int_or_none(entry.get('media$availableDate'), scale=1000)
  234. categories = [item['media$name'] for item in entry.get('media$categories', [])]
  235. ret = self.get_metadata('%s/%s' % (provider_id, first_video_id), video_id)
  236. ret.update({
  237. 'id': video_id,
  238. 'formats': formats,
  239. 'thumbnails': thumbnails,
  240. 'duration': duration,
  241. 'timestamp': timestamp,
  242. 'categories': categories,
  243. })
  244. return ret