generic.py 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995
  1. # encoding: utf-8
  2. from __future__ import unicode_literals
  3. import os
  4. import re
  5. from .common import InfoExtractor
  6. from .youtube import YoutubeIE
  7. from ..compat import (
  8. compat_urllib_parse,
  9. compat_urlparse,
  10. compat_xml_parse_error,
  11. )
  12. from ..utils import (
  13. determine_ext,
  14. ExtractorError,
  15. float_or_none,
  16. HEADRequest,
  17. orderedSet,
  18. parse_xml,
  19. smuggle_url,
  20. unescapeHTML,
  21. unified_strdate,
  22. unsmuggle_url,
  23. url_basename,
  24. )
  25. from .brightcove import BrightcoveIE
  26. from .ooyala import OoyalaIE
  27. from .rutv import RUTVIE
  28. from .smotri import SmotriIE
  29. from .condenast import CondeNastIE
  30. class GenericIE(InfoExtractor):
  31. IE_DESC = 'Generic downloader that works on some sites'
  32. _VALID_URL = r'.*'
  33. IE_NAME = 'generic'
  34. _TESTS = [
  35. {
  36. 'url': 'http://www.hodiho.fr/2013/02/regis-plante-sa-jeep.html',
  37. 'md5': '85b90ccc9d73b4acd9138d3af4c27f89',
  38. 'info_dict': {
  39. 'id': '13601338388002',
  40. 'ext': 'mp4',
  41. 'uploader': 'www.hodiho.fr',
  42. 'title': 'R\u00e9gis plante sa Jeep',
  43. }
  44. },
  45. # bandcamp page with custom domain
  46. {
  47. 'add_ie': ['Bandcamp'],
  48. 'url': 'http://bronyrock.com/track/the-pony-mash',
  49. 'info_dict': {
  50. 'id': '3235767654',
  51. 'ext': 'mp3',
  52. 'title': 'The Pony Mash',
  53. 'uploader': 'M_Pallante',
  54. },
  55. 'skip': 'There is a limit of 200 free downloads / month for the test song',
  56. },
  57. # embedded brightcove video
  58. # it also tests brightcove videos that need to set the 'Referer' in the
  59. # http requests
  60. {
  61. 'add_ie': ['Brightcove'],
  62. 'url': 'http://www.bfmtv.com/video/bfmbusiness/cours-bourse/cours-bourse-l-analyse-technique-154522/',
  63. 'info_dict': {
  64. 'id': '2765128793001',
  65. 'ext': 'mp4',
  66. 'title': 'Le cours de bourse : l’analyse technique',
  67. 'description': 'md5:7e9ad046e968cb2d1114004aba466fd9',
  68. 'uploader': 'BFM BUSINESS',
  69. },
  70. 'params': {
  71. 'skip_download': True,
  72. },
  73. },
  74. {
  75. # https://github.com/rg3/youtube-dl/issues/2253
  76. 'url': 'http://bcove.me/i6nfkrc3',
  77. 'md5': '0ba9446db037002366bab3b3eb30c88c',
  78. 'info_dict': {
  79. 'id': '3101154703001',
  80. 'ext': 'mp4',
  81. 'title': 'Still no power',
  82. 'uploader': 'thestar.com',
  83. 'description': 'Mississauga resident David Farmer is still out of power as a result of the ice storm a month ago. To keep the house warm, Farmer cuts wood from his property for a wood burning stove downstairs.',
  84. },
  85. 'add_ie': ['Brightcove'],
  86. },
  87. {
  88. 'url': 'http://www.championat.com/video/football/v/87/87499.html',
  89. 'md5': 'fb973ecf6e4a78a67453647444222983',
  90. 'info_dict': {
  91. 'id': '3414141473001',
  92. 'ext': 'mp4',
  93. 'title': 'Видео. Удаление Дзагоева (ЦСКА)',
  94. 'description': 'Онлайн-трансляция матча ЦСКА - "Волга"',
  95. 'uploader': 'Championat',
  96. },
  97. },
  98. # Direct link to a video
  99. {
  100. 'url': 'http://media.w3.org/2010/05/sintel/trailer.mp4',
  101. 'md5': '67d406c2bcb6af27fa886f31aa934bbe',
  102. 'info_dict': {
  103. 'id': 'trailer',
  104. 'ext': 'mp4',
  105. 'title': 'trailer',
  106. 'upload_date': '20100513',
  107. }
  108. },
  109. # ooyala video
  110. {
  111. 'url': 'http://www.rollingstone.com/music/videos/norwegian-dj-cashmere-cat-goes-spartan-on-with-me-premiere-20131219',
  112. 'md5': '5644c6ca5d5782c1d0d350dad9bd840c',
  113. 'info_dict': {
  114. 'id': 'BwY2RxaTrTkslxOfcan0UCf0YqyvWysJ',
  115. 'ext': 'mp4',
  116. 'title': '2cc213299525360.mov', # that's what we get
  117. },
  118. },
  119. # google redirect
  120. {
  121. 'url': 'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CCUQtwIwAA&url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DcmQHVoWB5FY&ei=F-sNU-LLCaXk4QT52ICQBQ&usg=AFQjCNEw4hL29zgOohLXvpJ-Bdh2bils1Q&bvm=bv.61965928,d.bGE',
  122. 'info_dict': {
  123. 'id': 'cmQHVoWB5FY',
  124. 'ext': 'mp4',
  125. 'upload_date': '20130224',
  126. 'uploader_id': 'TheVerge',
  127. 'description': 'Chris Ziegler takes a look at the Alcatel OneTouch Fire and the ZTE Open; two of the first Firefox OS handsets to be officially announced.',
  128. 'uploader': 'The Verge',
  129. 'title': 'First Firefox OS phones side-by-side',
  130. },
  131. 'params': {
  132. 'skip_download': False,
  133. }
  134. },
  135. # embed.ly video
  136. {
  137. 'url': 'http://www.tested.com/science/weird/460206-tested-grinding-coffee-2000-frames-second/',
  138. 'info_dict': {
  139. 'id': '9ODmcdjQcHQ',
  140. 'ext': 'mp4',
  141. 'title': 'Tested: Grinding Coffee at 2000 Frames Per Second',
  142. 'upload_date': '20140225',
  143. 'description': 'md5:06a40fbf30b220468f1e0957c0f558ff',
  144. 'uploader': 'Tested',
  145. 'uploader_id': 'testedcom',
  146. },
  147. # No need to test YoutubeIE here
  148. 'params': {
  149. 'skip_download': True,
  150. },
  151. },
  152. # funnyordie embed
  153. {
  154. 'url': 'http://www.theguardian.com/world/2014/mar/11/obama-zach-galifianakis-between-two-ferns',
  155. 'info_dict': {
  156. 'id': '18e820ec3f',
  157. 'ext': 'mp4',
  158. 'title': 'Between Two Ferns with Zach Galifianakis: President Barack Obama',
  159. 'description': 'Episode 18: President Barack Obama sits down with Zach Galifianakis for his most memorable interview yet.',
  160. },
  161. },
  162. # RUTV embed
  163. {
  164. 'url': 'http://www.rg.ru/2014/03/15/reg-dfo/anklav-anons.html',
  165. 'info_dict': {
  166. 'id': '776940',
  167. 'ext': 'mp4',
  168. 'title': 'Охотское море стало целиком российским',
  169. 'description': 'md5:5ed62483b14663e2a95ebbe115eb8f43',
  170. },
  171. 'params': {
  172. # m3u8 download
  173. 'skip_download': True,
  174. },
  175. },
  176. # Embedded TED video
  177. {
  178. 'url': 'http://en.support.wordpress.com/videos/ted-talks/',
  179. 'md5': '65fdff94098e4a607385a60c5177c638',
  180. 'info_dict': {
  181. 'id': '1969',
  182. 'ext': 'mp4',
  183. 'title': 'Hidden miracles of the natural world',
  184. 'uploader': 'Louie Schwartzberg',
  185. 'description': 'md5:8145d19d320ff3e52f28401f4c4283b9',
  186. }
  187. },
  188. # Embeded Ustream video
  189. {
  190. 'url': 'http://www.american.edu/spa/pti/nsa-privacy-janus-2014.cfm',
  191. 'md5': '27b99cdb639c9b12a79bca876a073417',
  192. 'info_dict': {
  193. 'id': '45734260',
  194. 'ext': 'flv',
  195. 'uploader': 'AU SPA: The NSA and Privacy',
  196. 'title': 'NSA and Privacy Forum Debate featuring General Hayden and Barton Gellman'
  197. }
  198. },
  199. # nowvideo embed hidden behind percent encoding
  200. {
  201. 'url': 'http://www.waoanime.tv/the-super-dimension-fortress-macross-episode-1/',
  202. 'md5': '2baf4ddd70f697d94b1c18cf796d5107',
  203. 'info_dict': {
  204. 'id': '06e53103ca9aa',
  205. 'ext': 'flv',
  206. 'title': 'Macross Episode 001 Watch Macross Episode 001 onl',
  207. 'description': 'No description',
  208. },
  209. },
  210. # arte embed
  211. {
  212. 'url': 'http://www.tv-replay.fr/redirection/20-03-14/x-enius-arte-10753389.html',
  213. 'md5': '7653032cbb25bf6c80d80f217055fa43',
  214. 'info_dict': {
  215. 'id': '048195-004_PLUS7-F',
  216. 'ext': 'flv',
  217. 'title': 'X:enius',
  218. 'description': 'md5:d5fdf32ef6613cdbfd516ae658abf168',
  219. 'upload_date': '20140320',
  220. },
  221. 'params': {
  222. 'skip_download': 'Requires rtmpdump'
  223. }
  224. },
  225. # Condé Nast embed
  226. {
  227. 'url': 'http://www.wired.com/2014/04/honda-asimo/',
  228. 'md5': 'ba0dfe966fa007657bd1443ee672db0f',
  229. 'info_dict': {
  230. 'id': '53501be369702d3275860000',
  231. 'ext': 'mp4',
  232. 'title': 'Honda’s New Asimo Robot Is More Human Than Ever',
  233. }
  234. },
  235. # Dailymotion embed
  236. {
  237. 'url': 'http://www.spi0n.com/zap-spi0n-com-n216/',
  238. 'md5': '441aeeb82eb72c422c7f14ec533999cd',
  239. 'info_dict': {
  240. 'id': 'k2mm4bCdJ6CQ2i7c8o2',
  241. 'ext': 'mp4',
  242. 'title': 'Le Zap de Spi0n n°216 - Zapping du Web',
  243. 'uploader': 'Spi0n',
  244. },
  245. 'add_ie': ['Dailymotion'],
  246. },
  247. # YouTube embed
  248. {
  249. 'url': 'http://www.badzine.de/ansicht/datum/2014/06/09/so-funktioniert-die-neue-englische-badminton-liga.html',
  250. 'info_dict': {
  251. 'id': 'FXRb4ykk4S0',
  252. 'ext': 'mp4',
  253. 'title': 'The NBL Auction 2014',
  254. 'uploader': 'BADMINTON England',
  255. 'uploader_id': 'BADMINTONEvents',
  256. 'upload_date': '20140603',
  257. 'description': 'md5:9ef128a69f1e262a700ed83edb163a73',
  258. },
  259. 'add_ie': ['Youtube'],
  260. 'params': {
  261. 'skip_download': True,
  262. }
  263. },
  264. # MTVSercices embed
  265. {
  266. 'url': 'http://www.gametrailers.com/news-post/76093/north-america-europe-is-getting-that-mario-kart-8-mercedes-dlc-too',
  267. 'md5': '35727f82f58c76d996fc188f9755b0d5',
  268. 'info_dict': {
  269. 'id': '0306a69b-8adf-4fb5-aace-75f8e8cbfca9',
  270. 'ext': 'mp4',
  271. 'title': 'Review',
  272. 'description': 'Mario\'s life in the fast lane has never looked so good.',
  273. },
  274. },
  275. # YouTube embed via <data-embed-url="">
  276. {
  277. 'url': 'https://play.google.com/store/apps/details?id=com.gameloft.android.ANMP.GloftA8HM',
  278. 'info_dict': {
  279. 'id': '4vAffPZIT44',
  280. 'ext': 'mp4',
  281. 'title': 'Asphalt 8: Airborne - Update - Welcome to Dubai!',
  282. 'uploader': 'Gameloft',
  283. 'uploader_id': 'gameloft',
  284. 'upload_date': '20140828',
  285. 'description': 'md5:c80da9ed3d83ae6d1876c834de03e1c4',
  286. },
  287. 'params': {
  288. 'skip_download': True,
  289. }
  290. },
  291. # Camtasia studio
  292. {
  293. 'url': 'http://www.ll.mit.edu/workshops/education/videocourses/antennas/lecture1/video/',
  294. 'playlist': [{
  295. 'md5': '0c5e352edabf715d762b0ad4e6d9ee67',
  296. 'info_dict': {
  297. 'id': 'Fenn-AA_PA_Radar_Course_Lecture_1c_Final',
  298. 'title': 'Fenn-AA_PA_Radar_Course_Lecture_1c_Final - video1',
  299. 'ext': 'flv',
  300. 'duration': 2235.90,
  301. }
  302. }, {
  303. 'md5': '10e4bb3aaca9fd630e273ff92d9f3c63',
  304. 'info_dict': {
  305. 'id': 'Fenn-AA_PA_Radar_Course_Lecture_1c_Final_PIP',
  306. 'title': 'Fenn-AA_PA_Radar_Course_Lecture_1c_Final - pip',
  307. 'ext': 'flv',
  308. 'duration': 2235.93,
  309. }
  310. }],
  311. 'info_dict': {
  312. 'title': 'Fenn-AA_PA_Radar_Course_Lecture_1c_Final',
  313. }
  314. },
  315. # Flowplayer
  316. {
  317. 'url': 'http://www.handjobhub.com/video/busty-blonde-siri-tit-fuck-while-wank-6313.html',
  318. 'md5': '9d65602bf31c6e20014319c7d07fba27',
  319. 'info_dict': {
  320. 'id': '5123ea6d5e5a7',
  321. 'ext': 'mp4',
  322. 'age_limit': 18,
  323. 'uploader': 'www.handjobhub.com',
  324. 'title': 'Busty Blonde Siri Tit Fuck While Wank at HandjobHub.com',
  325. }
  326. },
  327. # RSS feed
  328. {
  329. 'url': 'http://phihag.de/2014/youtube-dl/rss2.xml',
  330. 'info_dict': {
  331. 'id': 'http://phihag.de/2014/youtube-dl/rss2.xml',
  332. 'title': 'Zero Punctuation',
  333. 'description': 're:'
  334. },
  335. 'playlist_mincount': 11,
  336. },
  337. # Multiple brightcove videos
  338. # https://github.com/rg3/youtube-dl/issues/2283
  339. {
  340. 'url': 'http://www.newyorker.com/online/blogs/newsdesk/2014/01/always-never-nuclear-command-and-control.html',
  341. 'info_dict': {
  342. 'id': 'always-never',
  343. 'title': 'Always / Never - The New Yorker',
  344. },
  345. 'playlist_count': 3,
  346. 'params': {
  347. 'extract_flat': False,
  348. 'skip_download': True,
  349. }
  350. },
  351. # MLB embed
  352. {
  353. 'url': 'http://umpire-empire.com/index.php/topic/58125-laz-decides-no-thats-low/',
  354. 'md5': '96f09a37e44da40dd083e12d9a683327',
  355. 'info_dict': {
  356. 'id': '33322633',
  357. 'ext': 'mp4',
  358. 'title': 'Ump changes call to ball',
  359. 'description': 'md5:71c11215384298a172a6dcb4c2e20685',
  360. 'duration': 48,
  361. 'timestamp': 1401537900,
  362. 'upload_date': '20140531',
  363. 'thumbnail': 're:^https?://.*\.jpg$',
  364. },
  365. },
  366. # Wistia embed
  367. {
  368. 'url': 'http://education-portal.com/academy/lesson/north-american-exploration-failed-colonies-of-spain-france-england.html#lesson',
  369. 'md5': '8788b683c777a5cf25621eaf286d0c23',
  370. 'info_dict': {
  371. 'id': '1cfaf6b7ea',
  372. 'ext': 'mov',
  373. 'title': 'md5:51364a8d3d009997ba99656004b5e20d',
  374. 'duration': 643.0,
  375. 'filesize': 182808282,
  376. 'uploader': 'education-portal.com',
  377. },
  378. },
  379. {
  380. 'url': 'http://thoughtworks.wistia.com/medias/uxjb0lwrcz',
  381. 'md5': 'baf49c2baa8a7de5f3fc145a8506dcd4',
  382. 'info_dict': {
  383. 'id': 'uxjb0lwrcz',
  384. 'ext': 'mp4',
  385. 'title': 'Conversation about Hexagonal Rails Part 1 - ThoughtWorks',
  386. 'duration': 1715.0,
  387. 'uploader': 'thoughtworks.wistia.com',
  388. },
  389. },
  390. # Direct download with broken HEAD
  391. {
  392. 'url': 'http://ai-radio.org:8000/radio.opus',
  393. 'info_dict': {
  394. 'id': 'radio',
  395. 'ext': 'opus',
  396. 'title': 'radio',
  397. },
  398. 'params': {
  399. 'skip_download': True, # infinite live stream
  400. },
  401. 'expected_warnings': [
  402. r'501.*Not Implemented'
  403. ],
  404. },
  405. # Soundcloud embed
  406. {
  407. 'url': 'http://nakedsecurity.sophos.com/2014/10/29/sscc-171-are-you-sure-that-1234-is-a-bad-password-podcast/',
  408. 'info_dict': {
  409. 'id': '174391317',
  410. 'ext': 'mp3',
  411. 'description': 'md5:ff867d6b555488ad3c52572bb33d432c',
  412. 'uploader': 'Sophos Security',
  413. 'title': 'Chet Chat 171 - Oct 29, 2014',
  414. 'upload_date': '20141029',
  415. }
  416. }
  417. ]
  418. def report_following_redirect(self, new_url):
  419. """Report information extraction."""
  420. self._downloader.to_screen('[redirect] Following redirect to %s' % new_url)
  421. def _extract_rss(self, url, video_id, doc):
  422. playlist_title = doc.find('./channel/title').text
  423. playlist_desc_el = doc.find('./channel/description')
  424. playlist_desc = None if playlist_desc_el is None else playlist_desc_el.text
  425. entries = [{
  426. '_type': 'url',
  427. 'url': e.find('link').text,
  428. 'title': e.find('title').text,
  429. } for e in doc.findall('./channel/item')]
  430. return {
  431. '_type': 'playlist',
  432. 'id': url,
  433. 'title': playlist_title,
  434. 'description': playlist_desc,
  435. 'entries': entries,
  436. }
  437. def _extract_camtasia(self, url, video_id, webpage):
  438. """ Returns None if no camtasia video can be found. """
  439. camtasia_cfg = self._search_regex(
  440. r'fo\.addVariable\(\s*"csConfigFile",\s*"([^"]+)"\s*\);',
  441. webpage, 'camtasia configuration file', default=None)
  442. if camtasia_cfg is None:
  443. return None
  444. title = self._html_search_meta('DC.title', webpage, fatal=True)
  445. camtasia_url = compat_urlparse.urljoin(url, camtasia_cfg)
  446. camtasia_cfg = self._download_xml(
  447. camtasia_url, video_id,
  448. note='Downloading camtasia configuration',
  449. errnote='Failed to download camtasia configuration')
  450. fileset_node = camtasia_cfg.find('./playlist/array/fileset')
  451. entries = []
  452. for n in fileset_node.getchildren():
  453. url_n = n.find('./uri')
  454. if url_n is None:
  455. continue
  456. entries.append({
  457. 'id': os.path.splitext(url_n.text.rpartition('/')[2])[0],
  458. 'title': '%s - %s' % (title, n.tag),
  459. 'url': compat_urlparse.urljoin(url, url_n.text),
  460. 'duration': float_or_none(n.find('./duration').text),
  461. })
  462. return {
  463. '_type': 'playlist',
  464. 'entries': entries,
  465. 'title': title,
  466. }
  467. def _real_extract(self, url):
  468. if url.startswith('//'):
  469. return {
  470. '_type': 'url',
  471. 'url': self.http_scheme() + url,
  472. }
  473. parsed_url = compat_urlparse.urlparse(url)
  474. if not parsed_url.scheme:
  475. default_search = self._downloader.params.get('default_search')
  476. if default_search is None:
  477. default_search = 'fixup_error'
  478. if default_search in ('auto', 'auto_warning', 'fixup_error'):
  479. if '/' in url:
  480. self._downloader.report_warning('The url doesn\'t specify the protocol, trying with http')
  481. return self.url_result('http://' + url)
  482. elif default_search != 'fixup_error':
  483. if default_search == 'auto_warning':
  484. if re.match(r'^(?:url|URL)$', url):
  485. raise ExtractorError(
  486. 'Invalid URL: %r . Call youtube-dl like this: youtube-dl -v "https://www.youtube.com/watch?v=BaW_jenozKc" ' % url,
  487. expected=True)
  488. else:
  489. self._downloader.report_warning(
  490. 'Falling back to youtube search for %s . Set --default-search "auto" to suppress this warning.' % url)
  491. return self.url_result('ytsearch:' + url)
  492. if default_search in ('error', 'fixup_error'):
  493. raise ExtractorError(
  494. ('%r is not a valid URL. '
  495. 'Set --default-search "ytsearch" (or run youtube-dl "ytsearch:%s" ) to search YouTube'
  496. ) % (url, url), expected=True)
  497. else:
  498. if ':' not in default_search:
  499. default_search += ':'
  500. return self.url_result(default_search + url)
  501. url, smuggled_data = unsmuggle_url(url)
  502. force_videoid = None
  503. is_intentional = smuggled_data and smuggled_data.get('to_generic')
  504. if smuggled_data and 'force_videoid' in smuggled_data:
  505. force_videoid = smuggled_data['force_videoid']
  506. video_id = force_videoid
  507. else:
  508. video_id = os.path.splitext(url.rstrip('/').split('/')[-1])[0]
  509. self.to_screen('%s: Requesting header' % video_id)
  510. head_req = HEADRequest(url)
  511. head_response = self._request_webpage(
  512. head_req, video_id,
  513. note=False, errnote='Could not send HEAD request to %s' % url,
  514. fatal=False)
  515. if head_response is not False:
  516. # Check for redirect
  517. new_url = head_response.geturl()
  518. if url != new_url:
  519. self.report_following_redirect(new_url)
  520. if force_videoid:
  521. new_url = smuggle_url(
  522. new_url, {'force_videoid': force_videoid})
  523. return self.url_result(new_url)
  524. full_response = None
  525. if head_response is False:
  526. full_response = self._request_webpage(url, video_id)
  527. head_response = full_response
  528. # Check for direct link to a video
  529. content_type = head_response.headers.get('Content-Type', '')
  530. m = re.match(r'^(?P<type>audio|video|application(?=/ogg$))/(?P<format_id>.+)$', content_type)
  531. if m:
  532. upload_date = unified_strdate(
  533. head_response.headers.get('Last-Modified'))
  534. return {
  535. 'id': video_id,
  536. 'title': os.path.splitext(url_basename(url))[0],
  537. 'formats': [{
  538. 'format_id': m.group('format_id'),
  539. 'url': url,
  540. 'vcodec': 'none' if m.group('type') == 'audio' else None
  541. }],
  542. 'upload_date': upload_date,
  543. }
  544. if not self._downloader.params.get('test', False) and not is_intentional:
  545. self._downloader.report_warning('Falling back on generic information extractor.')
  546. if full_response:
  547. webpage = self._webpage_read_content(full_response, url, video_id)
  548. else:
  549. webpage = self._download_webpage(url, video_id)
  550. self.report_extraction(video_id)
  551. # Is it an RSS feed?
  552. try:
  553. doc = parse_xml(webpage)
  554. if doc.tag == 'rss':
  555. return self._extract_rss(url, video_id, doc)
  556. except compat_xml_parse_error:
  557. pass
  558. # Is it a Camtasia project?
  559. camtasia_res = self._extract_camtasia(url, video_id, webpage)
  560. if camtasia_res is not None:
  561. return camtasia_res
  562. # Sometimes embedded video player is hidden behind percent encoding
  563. # (e.g. https://github.com/rg3/youtube-dl/issues/2448)
  564. # Unescaping the whole page allows to handle those cases in a generic way
  565. webpage = compat_urllib_parse.unquote(webpage)
  566. # it's tempting to parse this further, but you would
  567. # have to take into account all the variations like
  568. # Video Title - Site Name
  569. # Site Name | Video Title
  570. # Video Title - Tagline | Site Name
  571. # and so on and so forth; it's just not practical
  572. video_title = self._html_search_regex(
  573. r'(?s)<title>(.*?)</title>', webpage, 'video title',
  574. default='video')
  575. # Try to detect age limit automatically
  576. age_limit = self._rta_search(webpage)
  577. # And then there are the jokers who advertise that they use RTA,
  578. # but actually don't.
  579. AGE_LIMIT_MARKERS = [
  580. r'Proudly Labeled <a href="http://www.rtalabel.org/" title="Restricted to Adults">RTA</a>',
  581. ]
  582. if any(re.search(marker, webpage) for marker in AGE_LIMIT_MARKERS):
  583. age_limit = 18
  584. # video uploader is domain name
  585. video_uploader = self._search_regex(
  586. r'^(?:https?://)?([^/]*)/.*', url, 'video uploader')
  587. # Helper method
  588. def _playlist_from_matches(matches, getter, ie=None):
  589. urlrs = orderedSet(
  590. self.url_result(self._proto_relative_url(getter(m)), ie)
  591. for m in matches)
  592. return self.playlist_result(
  593. urlrs, playlist_id=video_id, playlist_title=video_title)
  594. # Look for BrightCove:
  595. bc_urls = BrightcoveIE._extract_brightcove_urls(webpage)
  596. if bc_urls:
  597. self.to_screen('Brightcove video detected.')
  598. entries = [{
  599. '_type': 'url',
  600. 'url': smuggle_url(bc_url, {'Referer': url}),
  601. 'ie_key': 'Brightcove'
  602. } for bc_url in bc_urls]
  603. return {
  604. '_type': 'playlist',
  605. 'title': video_title,
  606. 'id': video_id,
  607. 'entries': entries,
  608. }
  609. # Look for embedded (iframe) Vimeo player
  610. mobj = re.search(
  611. r'<iframe[^>]+?src=(["\'])(?P<url>(?:https?:)?//player\.vimeo\.com/video/.+?)\1', webpage)
  612. if mobj:
  613. player_url = unescapeHTML(mobj.group('url'))
  614. surl = smuggle_url(player_url, {'Referer': url})
  615. return self.url_result(surl)
  616. # Look for embedded (swf embed) Vimeo player
  617. mobj = re.search(
  618. r'<embed[^>]+?src="((?:https?:)?//(?:www\.)?vimeo\.com/moogaloop\.swf.+?)"', webpage)
  619. if mobj:
  620. return self.url_result(mobj.group(1))
  621. # Look for embedded YouTube player
  622. matches = re.findall(r'''(?x)
  623. (?:
  624. <iframe[^>]+?src=|
  625. data-video-url=|
  626. <embed[^>]+?src=|
  627. embedSWF\(?:\s*|
  628. new\s+SWFObject\(
  629. )
  630. (["\'])
  631. (?P<url>(?:https?:)?//(?:www\.)?youtube(?:-nocookie)?\.com/
  632. (?:embed|v|p)/.+?)
  633. \1''', webpage)
  634. if matches:
  635. return _playlist_from_matches(
  636. matches, lambda m: unescapeHTML(m[1]))
  637. # Look for embedded Dailymotion player
  638. matches = re.findall(
  639. r'<iframe[^>]+?src=(["\'])(?P<url>(?:https?:)?//(?:www\.)?dailymotion\.com/embed/video/.+?)\1', webpage)
  640. if matches:
  641. return _playlist_from_matches(
  642. matches, lambda m: unescapeHTML(m[1]))
  643. # Look for embedded Dailymotion playlist player (#3822)
  644. m = re.search(
  645. r'<iframe[^>]+?src=(["\'])(?P<url>(?:https?:)?//(?:www\.)?dailymotion\.[a-z]{2,3}/widget/jukebox\?.+?)\1', webpage)
  646. if m:
  647. playlists = re.findall(
  648. r'list\[\]=/playlist/([^/]+)/', unescapeHTML(m.group('url')))
  649. if playlists:
  650. return _playlist_from_matches(
  651. playlists, lambda p: '//dailymotion.com/playlist/%s' % p)
  652. # Look for embedded Wistia player
  653. match = re.search(
  654. r'<(?:meta[^>]+?content|iframe[^>]+?src)=(["\'])(?P<url>(?:https?:)?//(?:fast\.)?wistia\.net/embed/iframe/.+?)\1', webpage)
  655. if match:
  656. embed_url = self._proto_relative_url(
  657. unescapeHTML(match.group('url')))
  658. return {
  659. '_type': 'url_transparent',
  660. 'url': embed_url,
  661. 'ie_key': 'Wistia',
  662. 'uploader': video_uploader,
  663. 'title': video_title,
  664. 'id': video_id,
  665. }
  666. match = re.search(r'(?:id=["\']wistia_|data-wistia-?id=["\']|Wistia\.embed\(["\'])(?P<id>[^"\']+)', webpage)
  667. if match:
  668. return {
  669. '_type': 'url_transparent',
  670. 'url': 'http://fast.wistia.net/embed/iframe/{0:}'.format(match.group('id')),
  671. 'ie_key': 'Wistia',
  672. 'uploader': video_uploader,
  673. 'title': video_title,
  674. 'id': match.group('id')
  675. }
  676. # Look for embedded blip.tv player
  677. mobj = re.search(r'<meta\s[^>]*https?://api\.blip\.tv/\w+/redirect/\w+/(\d+)', webpage)
  678. if mobj:
  679. return self.url_result('http://blip.tv/a/a-'+mobj.group(1), 'BlipTV')
  680. mobj = re.search(r'<(?:iframe|embed|object)\s[^>]*(https?://(?:\w+\.)?blip\.tv/(?:play/|api\.swf#)[a-zA-Z0-9_]+)', webpage)
  681. if mobj:
  682. return self.url_result(mobj.group(1), 'BlipTV')
  683. # Look for embedded condenast player
  684. matches = re.findall(
  685. r'<iframe\s+(?:[a-zA-Z-]+="[^"]+"\s+)*?src="(https?://player\.cnevids\.com/embed/[^"]+")',
  686. webpage)
  687. if matches:
  688. return {
  689. '_type': 'playlist',
  690. 'entries': [{
  691. '_type': 'url',
  692. 'ie_key': 'CondeNast',
  693. 'url': ma,
  694. } for ma in matches],
  695. 'title': video_title,
  696. 'id': video_id,
  697. }
  698. # Look for Bandcamp pages with custom domain
  699. mobj = re.search(r'<meta property="og:url"[^>]*?content="(.*?bandcamp\.com.*?)"', webpage)
  700. if mobj is not None:
  701. burl = unescapeHTML(mobj.group(1))
  702. # Don't set the extractor because it can be a track url or an album
  703. return self.url_result(burl)
  704. # Look for embedded Vevo player
  705. mobj = re.search(
  706. r'<iframe[^>]+?src=(["\'])(?P<url>(?:https?:)?//(?:cache\.)?vevo\.com/.+?)\1', webpage)
  707. if mobj is not None:
  708. return self.url_result(mobj.group('url'))
  709. # Look for Ooyala videos
  710. mobj = (re.search(r'player.ooyala.com/[^"?]+\?[^"]*?(?:embedCode|ec)=(?P<ec>[^"&]+)', webpage) or
  711. re.search(r'OO.Player.create\([\'"].*?[\'"],\s*[\'"](?P<ec>.{32})[\'"]', webpage))
  712. if mobj is not None:
  713. return OoyalaIE._build_url_result(mobj.group('ec'))
  714. # Look for Aparat videos
  715. mobj = re.search(r'<iframe .*?src="(http://www\.aparat\.com/video/[^"]+)"', webpage)
  716. if mobj is not None:
  717. return self.url_result(mobj.group(1), 'Aparat')
  718. # Look for MPORA videos
  719. mobj = re.search(r'<iframe .*?src="(http://mpora\.(?:com|de)/videos/[^"]+)"', webpage)
  720. if mobj is not None:
  721. return self.url_result(mobj.group(1), 'Mpora')
  722. # Look for embedded NovaMov-based player
  723. mobj = re.search(
  724. r'''(?x)<(?:pagespeed_)?iframe[^>]+?src=(["\'])
  725. (?P<url>http://(?:(?:embed|www)\.)?
  726. (?:novamov\.com|
  727. nowvideo\.(?:ch|sx|eu|at|ag|co)|
  728. videoweed\.(?:es|com)|
  729. movshare\.(?:net|sx|ag)|
  730. divxstage\.(?:eu|net|ch|co|at|ag))
  731. /embed\.php.+?)\1''', webpage)
  732. if mobj is not None:
  733. return self.url_result(mobj.group('url'))
  734. # Look for embedded Facebook player
  735. mobj = re.search(
  736. r'<iframe[^>]+?src=(["\'])(?P<url>https://www\.facebook\.com/video/embed.+?)\1', webpage)
  737. if mobj is not None:
  738. return self.url_result(mobj.group('url'), 'Facebook')
  739. # Look for embedded VK player
  740. mobj = re.search(r'<iframe[^>]+?src=(["\'])(?P<url>https?://vk\.com/video_ext\.php.+?)\1', webpage)
  741. if mobj is not None:
  742. return self.url_result(mobj.group('url'), 'VK')
  743. # Look for embedded ivi player
  744. mobj = re.search(r'<embed[^>]+?src=(["\'])(?P<url>https?://(?:www\.)?ivi\.ru/video/player.+?)\1', webpage)
  745. if mobj is not None:
  746. return self.url_result(mobj.group('url'), 'Ivi')
  747. # Look for embedded Huffington Post player
  748. mobj = re.search(
  749. r'<iframe[^>]+?src=(["\'])(?P<url>https?://embed\.live\.huffingtonpost\.com/.+?)\1', webpage)
  750. if mobj is not None:
  751. return self.url_result(mobj.group('url'), 'HuffPost')
  752. # Look for embed.ly
  753. mobj = re.search(r'class=["\']embedly-card["\'][^>]href=["\'](?P<url>[^"\']+)', webpage)
  754. if mobj is not None:
  755. return self.url_result(mobj.group('url'))
  756. mobj = re.search(r'class=["\']embedly-embed["\'][^>]src=["\'][^"\']*url=(?P<url>[^&]+)', webpage)
  757. if mobj is not None:
  758. return self.url_result(compat_urllib_parse.unquote(mobj.group('url')))
  759. # Look for funnyordie embed
  760. matches = re.findall(r'<iframe[^>]+?src="(https?://(?:www\.)?funnyordie\.com/embed/[^"]+)"', webpage)
  761. if matches:
  762. return _playlist_from_matches(
  763. matches, getter=unescapeHTML, ie='FunnyOrDie')
  764. # Look for embedded RUTV player
  765. rutv_url = RUTVIE._extract_url(webpage)
  766. if rutv_url:
  767. return self.url_result(rutv_url, 'RUTV')
  768. # Look for embedded TED player
  769. mobj = re.search(
  770. r'<iframe[^>]+?src=(["\'])(?P<url>http://embed\.ted\.com/.+?)\1', webpage)
  771. if mobj is not None:
  772. return self.url_result(mobj.group('url'), 'TED')
  773. # Look for embedded Ustream videos
  774. mobj = re.search(
  775. r'<iframe[^>]+?src=(["\'])(?P<url>http://www\.ustream\.tv/embed/.+?)\1', webpage)
  776. if mobj is not None:
  777. return self.url_result(mobj.group('url'), 'Ustream')
  778. # Look for embedded arte.tv player
  779. mobj = re.search(
  780. r'<script [^>]*?src="(?P<url>http://www\.arte\.tv/playerv2/embed[^"]+)"',
  781. webpage)
  782. if mobj is not None:
  783. return self.url_result(mobj.group('url'), 'ArteTVEmbed')
  784. # Look for embedded smotri.com player
  785. smotri_url = SmotriIE._extract_url(webpage)
  786. if smotri_url:
  787. return self.url_result(smotri_url, 'Smotri')
  788. # Look for embeded soundcloud player
  789. mobj = re.search(
  790. r'<iframe\s+(?:[a-zA-Z0-9_-]+="[^"]+"\s+)*src="(?P<url>https?://(?:w\.)?soundcloud\.com/player[^"]+)"',
  791. webpage)
  792. if mobj is not None:
  793. url = unescapeHTML(mobj.group('url'))
  794. return self.url_result(url)
  795. # Look for embedded vulture.com player
  796. mobj = re.search(
  797. r'<iframe src="(?P<url>https?://video\.vulture\.com/[^"]+)"',
  798. webpage)
  799. if mobj is not None:
  800. url = unescapeHTML(mobj.group('url'))
  801. return self.url_result(url, ie='Vulture')
  802. # Look for embedded mtvservices player
  803. mobj = re.search(
  804. r'<iframe src="(?P<url>https?://media\.mtvnservices\.com/embed/[^"]+)"',
  805. webpage)
  806. if mobj is not None:
  807. url = unescapeHTML(mobj.group('url'))
  808. return self.url_result(url, ie='MTVServicesEmbedded')
  809. # Look for embedded yahoo player
  810. mobj = re.search(
  811. r'<iframe[^>]+?src=(["\'])(?P<url>https?://(?:screen|movies)\.yahoo\.com/.+?\.html\?format=embed)\1',
  812. webpage)
  813. if mobj is not None:
  814. return self.url_result(mobj.group('url'), 'Yahoo')
  815. # Look for embedded sbs.com.au player
  816. mobj = re.search(
  817. r'<iframe[^>]+?src=(["\'])(?P<url>https?://(?:www\.)sbs\.com\.au/ondemand/video/single/.+?)\1',
  818. webpage)
  819. if mobj is not None:
  820. return self.url_result(mobj.group('url'), 'SBS')
  821. mobj = re.search(
  822. r'<iframe[^>]+?src=(["\'])(?P<url>https?://m(?:lb)?\.mlb\.com/shared/video/embed/embed\.html\?.+?)\1',
  823. webpage)
  824. if mobj is not None:
  825. return self.url_result(mobj.group('url'), 'MLB')
  826. mobj = re.search(
  827. r'<iframe[^>]+?src=(["\'])(?P<url>%s)\1' % CondeNastIE.EMBED_URL,
  828. webpage)
  829. if mobj is not None:
  830. return self.url_result(self._proto_relative_url(mobj.group('url'), scheme='http:'), 'CondeNast')
  831. def check_video(vurl):
  832. vpath = compat_urlparse.urlparse(vurl).path
  833. vext = determine_ext(vpath)
  834. return '.' in vpath and vext not in ('swf', 'png', 'jpg', 'srt', 'sbv', 'sub', 'vtt', 'ttml')
  835. def filter_video(urls):
  836. return list(filter(check_video, urls))
  837. # Start with something easy: JW Player in SWFObject
  838. found = filter_video(re.findall(r'flashvars: [\'"](?:.*&)?file=(http[^\'"&]*)', webpage))
  839. if not found:
  840. # Look for gorilla-vid style embedding
  841. found = filter_video(re.findall(r'''(?sx)
  842. (?:
  843. jw_plugins|
  844. JWPlayerOptions|
  845. jwplayer\s*\(\s*["'][^'"]+["']\s*\)\s*\.setup
  846. )
  847. .*?file\s*:\s*["\'](.*?)["\']''', webpage))
  848. if not found:
  849. # Broaden the search a little bit
  850. found = filter_video(re.findall(r'[^A-Za-z0-9]?(?:file|source)=(http[^\'"&]*)', webpage))
  851. if not found:
  852. # Broaden the findall a little bit: JWPlayer JS loader
  853. found = filter_video(re.findall(
  854. r'[^A-Za-z0-9]?file["\']?:\s*["\'](http(?![^\'"]+\.[0-9]+[\'"])[^\'"]+)["\']', webpage))
  855. if not found:
  856. # Flow player
  857. found = filter_video(re.findall(r'''(?xs)
  858. flowplayer\("[^"]+",\s*
  859. \{[^}]+?\}\s*,
  860. \s*{[^}]+? ["']?clip["']?\s*:\s*\{\s*
  861. ["']?url["']?\s*:\s*["']([^"']+)["']
  862. ''', webpage))
  863. if not found:
  864. # Try to find twitter cards info
  865. found = filter_video(re.findall(
  866. r'<meta (?:property|name)="twitter:player:stream" (?:content|value)="(.+?)"', webpage))
  867. if not found:
  868. # We look for Open Graph info:
  869. # We have to match any number spaces between elements, some sites try to align them (eg.: statigr.am)
  870. m_video_type = re.findall(r'<meta.*?property="og:video:type".*?content="video/(.*?)"', webpage)
  871. # We only look in og:video if the MIME type is a video, don't try if it's a Flash player:
  872. if m_video_type is not None:
  873. found = filter_video(re.findall(r'<meta.*?property="og:video".*?content="(.*?)"', webpage))
  874. if not found:
  875. # HTML5 video
  876. found = re.findall(r'(?s)<video[^<]*(?:>.*?<source[^>]*)?\s+src="([^"]+)"', webpage)
  877. if not found:
  878. found = re.search(
  879. r'(?i)<meta\s+(?=(?:[a-z-]+="[^"]+"\s+)*http-equiv="refresh")'
  880. r'(?:[a-z-]+="[^"]+"\s+)*?content="[0-9]{,2};url=\'?([^\'"]+)',
  881. webpage)
  882. if found:
  883. new_url = found.group(1)
  884. self.report_following_redirect(new_url)
  885. return {
  886. '_type': 'url',
  887. 'url': new_url,
  888. }
  889. if not found:
  890. raise ExtractorError('Unsupported URL: %s' % url)
  891. entries = []
  892. for video_url in found:
  893. video_url = compat_urlparse.urljoin(url, video_url)
  894. video_id = compat_urllib_parse.unquote(os.path.basename(video_url))
  895. # Sometimes, jwplayer extraction will result in a YouTube URL
  896. if YoutubeIE.suitable(video_url):
  897. entries.append(self.url_result(video_url, 'Youtube'))
  898. continue
  899. # here's a fun little line of code for you:
  900. video_id = os.path.splitext(video_id)[0]
  901. entries.append({
  902. 'id': video_id,
  903. 'url': video_url,
  904. 'uploader': video_uploader,
  905. 'title': video_title,
  906. 'age_limit': age_limit,
  907. })
  908. if len(entries) == 1:
  909. return entries[0]
  910. else:
  911. for num, e in enumerate(entries, start=1):
  912. e['title'] = '%s (%d)' % (e['title'], num)
  913. return {
  914. '_type': 'playlist',
  915. 'entries': entries,
  916. }