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.

261 lines
10 KiB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
  1. # coding: utf-8
  2. from __future__ import unicode_literals
  3. import itertools
  4. import json
  5. import re
  6. from .common import InfoExtractor, SearchInfoExtractor
  7. from ..compat import (
  8. compat_urllib_parse,
  9. compat_urlparse,
  10. )
  11. from ..utils import (
  12. clean_html,
  13. unescapeHTML,
  14. ExtractorError,
  15. int_or_none,
  16. )
  17. class YahooIE(InfoExtractor):
  18. IE_DESC = 'Yahoo screen and movies'
  19. _VALID_URL = r'(?P<url>(?P<host>https?://(?:[a-zA-Z]{2}\.)?[\da-zA-Z_-]+\.yahoo\.com)/(?:[^/]+/)*(?P<display_id>.+?)-(?P<id>[0-9]+)(?:-[a-z]+)?\.html)'
  20. _TESTS = [
  21. {
  22. 'url': 'http://screen.yahoo.com/julian-smith-travis-legg-watch-214727115.html',
  23. 'info_dict': {
  24. 'id': '2d25e626-2378-391f-ada0-ddaf1417e588',
  25. 'ext': 'mp4',
  26. 'title': 'Julian Smith & Travis Legg Watch Julian Smith',
  27. 'description': 'Julian and Travis watch Julian Smith',
  28. 'duration': 6863,
  29. },
  30. },
  31. {
  32. 'url': 'http://screen.yahoo.com/wired/codefellas-s1-ep12-cougar-lies-103000935.html',
  33. 'md5': 'd6e6fc6e1313c608f316ddad7b82b306',
  34. 'info_dict': {
  35. 'id': 'd1dedf8c-d58c-38c3-8963-e899929ae0a9',
  36. 'ext': 'mp4',
  37. 'title': 'Codefellas - The Cougar Lies with Spanish Moss',
  38. 'description': 'md5:66b627ab0a282b26352136ca96ce73c1',
  39. 'duration': 151,
  40. },
  41. },
  42. {
  43. 'url': 'https://screen.yahoo.com/community/community-sizzle-reel-203225340.html?format=embed',
  44. 'md5': '60e8ac193d8fb71997caa8fce54c6460',
  45. 'info_dict': {
  46. 'id': '4fe78544-8d48-39d8-97cd-13f205d9fcdb',
  47. 'ext': 'mp4',
  48. 'title': "Yahoo Saves 'Community'",
  49. 'description': 'md5:4d4145af2fd3de00cbb6c1d664105053',
  50. 'duration': 170,
  51. }
  52. },
  53. {
  54. 'url': 'https://tw.screen.yahoo.com/election-2014-askmayor/敢問市長-黃秀霜批賴清德-非常高傲-033009720.html',
  55. 'md5': '3a09cf59349cfaddae1797acc3c087fc',
  56. 'info_dict': {
  57. 'id': 'cac903b3-fcf4-3c14-b632-643ab541712f',
  58. 'ext': 'mp4',
  59. 'title': '敢問市長/黃秀霜批賴清德「非常高傲」',
  60. 'description': '直言台南沒捷運 交通居五都之末',
  61. 'duration': 396,
  62. }
  63. },
  64. {
  65. 'url': 'https://uk.screen.yahoo.com/editor-picks/cute-raccoon-freed-drain-using-091756545.html',
  66. 'md5': '0b51660361f0e27c9789e7037ef76f4b',
  67. 'info_dict': {
  68. 'id': 'b3affa53-2e14-3590-852b-0e0db6cd1a58',
  69. 'ext': 'mp4',
  70. 'title': 'Cute Raccoon Freed From Drain\u00a0Using Angle Grinder',
  71. 'description': 'md5:f66c890e1490f4910a9953c941dee944',
  72. 'duration': 97,
  73. }
  74. },
  75. {
  76. 'url': 'https://ca.sports.yahoo.com/video/program-makes-hockey-more-affordable-013127711.html',
  77. 'md5': '57e06440778b1828a6079d2f744212c4',
  78. 'info_dict': {
  79. 'id': 'c9fa2a36-0d4d-3937-b8f6-cc0fb1881e73',
  80. 'ext': 'mp4',
  81. 'title': 'Program that makes hockey more affordable not offered in Manitoba',
  82. 'description': 'md5:c54a609f4c078d92b74ffb9bf1f496f4',
  83. 'duration': 121,
  84. }
  85. }, {
  86. 'url': 'https://ca.finance.yahoo.com/news/hackers-sony-more-trouble-well-154609075.html',
  87. 'md5': '226a895aae7e21b0129e2a2006fe9690',
  88. 'info_dict': {
  89. 'id': 'e624c4bc-3389-34de-9dfc-025f74943409',
  90. 'ext': 'mp4',
  91. 'title': '\'The Interview\' TV Spot: War',
  92. 'description': 'The Interview',
  93. 'duration': 30,
  94. }
  95. }, {
  96. 'url': 'http://news.yahoo.com/video/china-moses-crazy-blues-104538833.html',
  97. 'md5': '67010fdf3a08d290e060a4dd96baa07b',
  98. 'info_dict': {
  99. 'id': 'f885cf7f-43d4-3450-9fac-46ac30ece521',
  100. 'ext': 'mp4',
  101. 'title': 'China Moses Is Crazy About the Blues',
  102. 'description': 'md5:9900ab8cd5808175c7b3fe55b979bed0',
  103. 'duration': 128,
  104. }
  105. }, {
  106. 'url': 'https://in.lifestyle.yahoo.com/video/connect-dots-dark-side-virgo-090247395.html',
  107. 'md5': 'd9a083ccf1379127bf25699d67e4791b',
  108. 'info_dict': {
  109. 'id': '52aeeaa3-b3d1-30d8-9ef8-5d0cf05efb7c',
  110. 'ext': 'mp4',
  111. 'title': 'Connect the Dots: Dark Side of Virgo',
  112. 'description': 'md5:1428185051cfd1949807ad4ff6d3686a',
  113. 'duration': 201,
  114. }
  115. }, {
  116. 'url': 'https://www.yahoo.com/movies/v/true-story-trailer-173000497.html',
  117. 'md5': '989396ae73d20c6f057746fb226aa215',
  118. 'info_dict': {
  119. 'id': '071c4013-ce30-3a93-a5b2-e0413cd4a9d1',
  120. 'ext': 'mp4',
  121. 'title': '\'True Story\' Trailer',
  122. 'description': 'True Story',
  123. 'duration': 150,
  124. },
  125. }, {
  126. 'url': 'https://gma.yahoo.com/pizza-delivery-man-surprised-huge-tip-college-kids-195200785.html',
  127. 'only_matching': True,
  128. }
  129. ]
  130. def _real_extract(self, url):
  131. mobj = re.match(self._VALID_URL, url)
  132. display_id = mobj.group('display_id')
  133. page_id = mobj.group('id')
  134. url = mobj.group('url')
  135. host = mobj.group('host')
  136. webpage = self._download_webpage(url, display_id)
  137. # Look for iframed media first
  138. iframe_m = re.search(r'<iframe[^>]+src="(/video/.+?-\d+\.html\?format=embed.*?)"', webpage)
  139. if iframe_m:
  140. iframepage = self._download_webpage(
  141. host + iframe_m.group(1), display_id, 'Downloading iframe webpage')
  142. items_json = self._search_regex(
  143. r'mediaItems: (\[.+?\])$', iframepage, 'items', flags=re.MULTILINE, default=None)
  144. if items_json:
  145. items = json.loads(items_json)
  146. video_id = items[0]['id']
  147. return self._get_info(video_id, display_id, webpage)
  148. items_json = self._search_regex(
  149. r'mediaItems: ({.*?})$', webpage, 'items', flags=re.MULTILINE,
  150. default=None)
  151. if items_json is None:
  152. CONTENT_ID_REGEXES = [
  153. r'YUI\.namespace\("Media"\)\.CONTENT_ID\s*=\s*"([^"]+)"',
  154. r'root\.App\.Cache\.context\.videoCache\.curVideo = \{"([^"]+)"',
  155. r'"first_videoid"\s*:\s*"([^"]+)"',
  156. r'%s[^}]*"ccm_id"\s*:\s*"([^"]+)"' % re.escape(page_id),
  157. ]
  158. video_id = self._search_regex(CONTENT_ID_REGEXES, webpage, 'content ID')
  159. else:
  160. items = json.loads(items_json)
  161. info = items['mediaItems']['query']['results']['mediaObj'][0]
  162. # The 'meta' field is not always in the video webpage, we request it
  163. # from another page
  164. video_id = info['id']
  165. return self._get_info(video_id, display_id, webpage)
  166. def _get_info(self, video_id, display_id, webpage):
  167. region = self._search_regex(
  168. r'\\?"region\\?"\s*:\s*\\?"([^"]+?)\\?"',
  169. webpage, 'region', fatal=False, default='US')
  170. data = compat_urllib_parse.urlencode({
  171. 'protocol': 'http',
  172. 'region': region,
  173. })
  174. query_url = (
  175. 'https://video.media.yql.yahoo.com/v1/video/sapi/streams/'
  176. '{id}?{data}'.format(id=video_id, data=data))
  177. query_result = self._download_json(
  178. query_url, display_id, 'Downloading video info')
  179. info = query_result['query']['results']['mediaObj'][0]
  180. meta = info.get('meta')
  181. if not meta:
  182. msg = info['status'].get('msg')
  183. if msg:
  184. raise ExtractorError(
  185. '%s returned error: %s' % (self.IE_NAME, msg), expected=True)
  186. raise ExtractorError('Unable to extract media object meta')
  187. formats = []
  188. for s in info['streams']:
  189. format_info = {
  190. 'width': int_or_none(s.get('width')),
  191. 'height': int_or_none(s.get('height')),
  192. 'tbr': int_or_none(s.get('bitrate')),
  193. }
  194. host = s['host']
  195. path = s['path']
  196. if host.startswith('rtmp'):
  197. format_info.update({
  198. 'url': host,
  199. 'play_path': path,
  200. 'ext': 'flv',
  201. })
  202. else:
  203. format_url = compat_urlparse.urljoin(host, path)
  204. format_info['url'] = format_url
  205. formats.append(format_info)
  206. self._sort_formats(formats)
  207. return {
  208. 'id': video_id,
  209. 'display_id': display_id,
  210. 'title': unescapeHTML(meta['title']),
  211. 'formats': formats,
  212. 'description': clean_html(meta['description']),
  213. 'thumbnail': meta['thumbnail'] if meta.get('thumbnail') else self._og_search_thumbnail(webpage),
  214. 'duration': int_or_none(meta.get('duration')),
  215. }
  216. class YahooSearchIE(SearchInfoExtractor):
  217. IE_DESC = 'Yahoo screen search'
  218. _MAX_RESULTS = 1000
  219. IE_NAME = 'screen.yahoo:search'
  220. _SEARCH_KEY = 'yvsearch'
  221. def _get_n_results(self, query, n):
  222. """Get a specified number of results for a query"""
  223. entries = []
  224. for pagenum in itertools.count(0):
  225. result_url = 'http://video.search.yahoo.com/search/?p=%s&fr=screen&o=js&gs=0&b=%d' % (compat_urllib_parse.quote_plus(query), pagenum * 30)
  226. info = self._download_json(result_url, query,
  227. note='Downloading results page ' + str(pagenum + 1))
  228. m = info['m']
  229. results = info['results']
  230. for (i, r) in enumerate(results):
  231. if (pagenum * 30) + i >= n:
  232. break
  233. mobj = re.search(r'(?P<url>screen\.yahoo\.com/.*?-\d*?\.html)"', r)
  234. e = self.url_result('http://' + mobj.group('url'), 'Yahoo')
  235. entries.append(e)
  236. if (pagenum * 30 + i >= n) or (m['last'] >= (m['total'] - 1)):
  237. break
  238. return {
  239. '_type': 'playlist',
  240. 'id': query,
  241. 'entries': entries,
  242. }