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.

1505 lines
60 KiB

10 years ago
11 years ago
11 years ago
11 years ago
10 years ago
10 years ago
  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. is_html,
  18. orderedSet,
  19. parse_xml,
  20. smuggle_url,
  21. unescapeHTML,
  22. unified_strdate,
  23. unsmuggle_url,
  24. UnsupportedError,
  25. url_basename,
  26. xpath_text,
  27. )
  28. from .brightcove import BrightcoveIE
  29. from .nbc import NBCSportsVPlayerIE
  30. from .ooyala import OoyalaIE
  31. from .rutv import RUTVIE
  32. from .smotri import SmotriIE
  33. from .condenast import CondeNastIE
  34. from .udn import UDNEmbedIE
  35. from .senateisvp import SenateISVPIE
  36. from .bliptv import BlipTVIE
  37. class GenericIE(InfoExtractor):
  38. IE_DESC = 'Generic downloader that works on some sites'
  39. _VALID_URL = r'.*'
  40. IE_NAME = 'generic'
  41. _TESTS = [
  42. {
  43. 'url': 'http://www.hodiho.fr/2013/02/regis-plante-sa-jeep.html',
  44. 'md5': '85b90ccc9d73b4acd9138d3af4c27f89',
  45. 'info_dict': {
  46. 'id': '13601338388002',
  47. 'ext': 'mp4',
  48. 'uploader': 'www.hodiho.fr',
  49. 'title': 'R\u00e9gis plante sa Jeep',
  50. }
  51. },
  52. # bandcamp page with custom domain
  53. {
  54. 'add_ie': ['Bandcamp'],
  55. 'url': 'http://bronyrock.com/track/the-pony-mash',
  56. 'info_dict': {
  57. 'id': '3235767654',
  58. 'ext': 'mp3',
  59. 'title': 'The Pony Mash',
  60. 'uploader': 'M_Pallante',
  61. },
  62. 'skip': 'There is a limit of 200 free downloads / month for the test song',
  63. },
  64. # embedded brightcove video
  65. # it also tests brightcove videos that need to set the 'Referer' in the
  66. # http requests
  67. {
  68. 'add_ie': ['Brightcove'],
  69. 'url': 'http://www.bfmtv.com/video/bfmbusiness/cours-bourse/cours-bourse-l-analyse-technique-154522/',
  70. 'info_dict': {
  71. 'id': '2765128793001',
  72. 'ext': 'mp4',
  73. 'title': 'Le cours de bourse : l’analyse technique',
  74. 'description': 'md5:7e9ad046e968cb2d1114004aba466fd9',
  75. 'uploader': 'BFM BUSINESS',
  76. },
  77. 'params': {
  78. 'skip_download': True,
  79. },
  80. },
  81. {
  82. # https://github.com/rg3/youtube-dl/issues/2253
  83. 'url': 'http://bcove.me/i6nfkrc3',
  84. 'md5': '0ba9446db037002366bab3b3eb30c88c',
  85. 'info_dict': {
  86. 'id': '3101154703001',
  87. 'ext': 'mp4',
  88. 'title': 'Still no power',
  89. 'uploader': 'thestar.com',
  90. '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.',
  91. },
  92. 'add_ie': ['Brightcove'],
  93. },
  94. {
  95. 'url': 'http://www.championat.com/video/football/v/87/87499.html',
  96. 'md5': 'fb973ecf6e4a78a67453647444222983',
  97. 'info_dict': {
  98. 'id': '3414141473001',
  99. 'ext': 'mp4',
  100. 'title': 'Видео. Удаление Дзагоева (ЦСКА)',
  101. 'description': 'Онлайн-трансляция матча ЦСКА - "Волга"',
  102. 'uploader': 'Championat',
  103. },
  104. },
  105. {
  106. # https://github.com/rg3/youtube-dl/issues/3541
  107. 'add_ie': ['Brightcove'],
  108. 'url': 'http://www.kijk.nl/sbs6/leermijvrouwenkennen/videos/jqMiXKAYan2S/aflevering-1',
  109. 'info_dict': {
  110. 'id': '3866516442001',
  111. 'ext': 'mp4',
  112. 'title': 'Leer mij vrouwen kennen: Aflevering 1',
  113. 'description': 'Leer mij vrouwen kennen: Aflevering 1',
  114. 'uploader': 'SBS Broadcasting',
  115. },
  116. 'skip': 'Restricted to Netherlands',
  117. 'params': {
  118. 'skip_download': True, # m3u8 download
  119. },
  120. },
  121. # Direct link to a video
  122. {
  123. 'url': 'http://media.w3.org/2010/05/sintel/trailer.mp4',
  124. 'md5': '67d406c2bcb6af27fa886f31aa934bbe',
  125. 'info_dict': {
  126. 'id': 'trailer',
  127. 'ext': 'mp4',
  128. 'title': 'trailer',
  129. 'upload_date': '20100513',
  130. }
  131. },
  132. # ooyala video
  133. {
  134. 'url': 'http://www.rollingstone.com/music/videos/norwegian-dj-cashmere-cat-goes-spartan-on-with-me-premiere-20131219',
  135. 'md5': '166dd577b433b4d4ebfee10b0824d8ff',
  136. 'info_dict': {
  137. 'id': 'BwY2RxaTrTkslxOfcan0UCf0YqyvWysJ',
  138. 'ext': 'mp4',
  139. 'title': '2cc213299525360.mov', # that's what we get
  140. },
  141. 'add_ie': ['Ooyala'],
  142. },
  143. # multiple ooyala embeds on SBN network websites
  144. {
  145. 'url': 'http://www.sbnation.com/college-football-recruiting/2015/2/3/7970291/national-signing-day-rationalizations-itll-be-ok-itll-be-ok',
  146. 'info_dict': {
  147. 'id': 'national-signing-day-rationalizations-itll-be-ok-itll-be-ok',
  148. 'title': '25 lies you will tell yourself on National Signing Day - SBNation.com',
  149. },
  150. 'playlist_mincount': 3,
  151. 'params': {
  152. 'skip_download': True,
  153. },
  154. 'add_ie': ['Ooyala'],
  155. },
  156. # google redirect
  157. {
  158. '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',
  159. 'info_dict': {
  160. 'id': 'cmQHVoWB5FY',
  161. 'ext': 'mp4',
  162. 'upload_date': '20130224',
  163. 'uploader_id': 'TheVerge',
  164. 'description': 're:^Chris Ziegler takes a look at the\.*',
  165. 'uploader': 'The Verge',
  166. 'title': 'First Firefox OS phones side-by-side',
  167. },
  168. 'params': {
  169. 'skip_download': False,
  170. }
  171. },
  172. # embed.ly video
  173. {
  174. 'url': 'http://www.tested.com/science/weird/460206-tested-grinding-coffee-2000-frames-second/',
  175. 'info_dict': {
  176. 'id': '9ODmcdjQcHQ',
  177. 'ext': 'mp4',
  178. 'title': 'Tested: Grinding Coffee at 2000 Frames Per Second',
  179. 'upload_date': '20140225',
  180. 'description': 'md5:06a40fbf30b220468f1e0957c0f558ff',
  181. 'uploader': 'Tested',
  182. 'uploader_id': 'testedcom',
  183. },
  184. # No need to test YoutubeIE here
  185. 'params': {
  186. 'skip_download': True,
  187. },
  188. },
  189. # funnyordie embed
  190. {
  191. 'url': 'http://www.theguardian.com/world/2014/mar/11/obama-zach-galifianakis-between-two-ferns',
  192. 'info_dict': {
  193. 'id': '18e820ec3f',
  194. 'ext': 'mp4',
  195. 'title': 'Between Two Ferns with Zach Galifianakis: President Barack Obama',
  196. 'description': 'Episode 18: President Barack Obama sits down with Zach Galifianakis for his most memorable interview yet.',
  197. },
  198. },
  199. # BBC iPlayer embeds
  200. {
  201. 'url': 'http://www.bbc.co.uk/blogs/adamcurtis/posts/BUGGER',
  202. 'info_dict': {
  203. 'title': 'BBC - Blogs - Adam Curtis - BUGGER',
  204. },
  205. 'playlist_mincount': 18,
  206. },
  207. # RUTV embed
  208. {
  209. 'url': 'http://www.rg.ru/2014/03/15/reg-dfo/anklav-anons.html',
  210. 'info_dict': {
  211. 'id': '776940',
  212. 'ext': 'mp4',
  213. 'title': 'Охотское море стало целиком российским',
  214. 'description': 'md5:5ed62483b14663e2a95ebbe115eb8f43',
  215. },
  216. 'params': {
  217. # m3u8 download
  218. 'skip_download': True,
  219. },
  220. },
  221. # Embedded TED video
  222. {
  223. 'url': 'http://en.support.wordpress.com/videos/ted-talks/',
  224. 'md5': '65fdff94098e4a607385a60c5177c638',
  225. 'info_dict': {
  226. 'id': '1969',
  227. 'ext': 'mp4',
  228. 'title': 'Hidden miracles of the natural world',
  229. 'uploader': 'Louie Schwartzberg',
  230. 'description': 'md5:8145d19d320ff3e52f28401f4c4283b9',
  231. }
  232. },
  233. # Embeded Ustream video
  234. {
  235. 'url': 'http://www.american.edu/spa/pti/nsa-privacy-janus-2014.cfm',
  236. 'md5': '27b99cdb639c9b12a79bca876a073417',
  237. 'info_dict': {
  238. 'id': '45734260',
  239. 'ext': 'flv',
  240. 'uploader': 'AU SPA: The NSA and Privacy',
  241. 'title': 'NSA and Privacy Forum Debate featuring General Hayden and Barton Gellman'
  242. }
  243. },
  244. # nowvideo embed hidden behind percent encoding
  245. {
  246. 'url': 'http://www.waoanime.tv/the-super-dimension-fortress-macross-episode-1/',
  247. 'md5': '2baf4ddd70f697d94b1c18cf796d5107',
  248. 'info_dict': {
  249. 'id': '06e53103ca9aa',
  250. 'ext': 'flv',
  251. 'title': 'Macross Episode 001 Watch Macross Episode 001 onl',
  252. 'description': 'No description',
  253. },
  254. },
  255. # arte embed
  256. {
  257. 'url': 'http://www.tv-replay.fr/redirection/20-03-14/x-enius-arte-10753389.html',
  258. 'md5': '7653032cbb25bf6c80d80f217055fa43',
  259. 'info_dict': {
  260. 'id': '048195-004_PLUS7-F',
  261. 'ext': 'flv',
  262. 'title': 'X:enius',
  263. 'description': 'md5:d5fdf32ef6613cdbfd516ae658abf168',
  264. 'upload_date': '20140320',
  265. },
  266. 'params': {
  267. 'skip_download': 'Requires rtmpdump'
  268. }
  269. },
  270. # Condé Nast embed
  271. {
  272. 'url': 'http://www.wired.com/2014/04/honda-asimo/',
  273. 'md5': 'ba0dfe966fa007657bd1443ee672db0f',
  274. 'info_dict': {
  275. 'id': '53501be369702d3275860000',
  276. 'ext': 'mp4',
  277. 'title': 'Honda’s New Asimo Robot Is More Human Than Ever',
  278. }
  279. },
  280. # Dailymotion embed
  281. {
  282. 'url': 'http://www.spi0n.com/zap-spi0n-com-n216/',
  283. 'md5': '441aeeb82eb72c422c7f14ec533999cd',
  284. 'info_dict': {
  285. 'id': 'k2mm4bCdJ6CQ2i7c8o2',
  286. 'ext': 'mp4',
  287. 'title': 'Le Zap de Spi0n n°216 - Zapping du Web',
  288. 'uploader': 'Spi0n',
  289. },
  290. 'add_ie': ['Dailymotion'],
  291. },
  292. # YouTube embed
  293. {
  294. 'url': 'http://www.badzine.de/ansicht/datum/2014/06/09/so-funktioniert-die-neue-englische-badminton-liga.html',
  295. 'info_dict': {
  296. 'id': 'FXRb4ykk4S0',
  297. 'ext': 'mp4',
  298. 'title': 'The NBL Auction 2014',
  299. 'uploader': 'BADMINTON England',
  300. 'uploader_id': 'BADMINTONEvents',
  301. 'upload_date': '20140603',
  302. 'description': 'md5:9ef128a69f1e262a700ed83edb163a73',
  303. },
  304. 'add_ie': ['Youtube'],
  305. 'params': {
  306. 'skip_download': True,
  307. }
  308. },
  309. # MTVSercices embed
  310. {
  311. 'url': 'http://www.gametrailers.com/news-post/76093/north-america-europe-is-getting-that-mario-kart-8-mercedes-dlc-too',
  312. 'md5': '35727f82f58c76d996fc188f9755b0d5',
  313. 'info_dict': {
  314. 'id': '0306a69b-8adf-4fb5-aace-75f8e8cbfca9',
  315. 'ext': 'mp4',
  316. 'title': 'Review',
  317. 'description': 'Mario\'s life in the fast lane has never looked so good.',
  318. },
  319. },
  320. # YouTube embed via <data-embed-url="">
  321. {
  322. 'url': 'https://play.google.com/store/apps/details?id=com.gameloft.android.ANMP.GloftA8HM',
  323. 'info_dict': {
  324. 'id': '4vAffPZIT44',
  325. 'ext': 'mp4',
  326. 'title': 'Asphalt 8: Airborne - Update - Welcome to Dubai!',
  327. 'uploader': 'Gameloft',
  328. 'uploader_id': 'gameloft',
  329. 'upload_date': '20140828',
  330. 'description': 'md5:c80da9ed3d83ae6d1876c834de03e1c4',
  331. },
  332. 'params': {
  333. 'skip_download': True,
  334. }
  335. },
  336. # Camtasia studio
  337. {
  338. 'url': 'http://www.ll.mit.edu/workshops/education/videocourses/antennas/lecture1/video/',
  339. 'playlist': [{
  340. 'md5': '0c5e352edabf715d762b0ad4e6d9ee67',
  341. 'info_dict': {
  342. 'id': 'Fenn-AA_PA_Radar_Course_Lecture_1c_Final',
  343. 'title': 'Fenn-AA_PA_Radar_Course_Lecture_1c_Final - video1',
  344. 'ext': 'flv',
  345. 'duration': 2235.90,
  346. }
  347. }, {
  348. 'md5': '10e4bb3aaca9fd630e273ff92d9f3c63',
  349. 'info_dict': {
  350. 'id': 'Fenn-AA_PA_Radar_Course_Lecture_1c_Final_PIP',
  351. 'title': 'Fenn-AA_PA_Radar_Course_Lecture_1c_Final - pip',
  352. 'ext': 'flv',
  353. 'duration': 2235.93,
  354. }
  355. }],
  356. 'info_dict': {
  357. 'title': 'Fenn-AA_PA_Radar_Course_Lecture_1c_Final',
  358. }
  359. },
  360. # Flowplayer
  361. {
  362. 'url': 'http://www.handjobhub.com/video/busty-blonde-siri-tit-fuck-while-wank-6313.html',
  363. 'md5': '9d65602bf31c6e20014319c7d07fba27',
  364. 'info_dict': {
  365. 'id': '5123ea6d5e5a7',
  366. 'ext': 'mp4',
  367. 'age_limit': 18,
  368. 'uploader': 'www.handjobhub.com',
  369. 'title': 'Busty Blonde Siri Tit Fuck While Wank at HandjobHub.com',
  370. }
  371. },
  372. # RSS feed
  373. {
  374. 'url': 'http://phihag.de/2014/youtube-dl/rss2.xml',
  375. 'info_dict': {
  376. 'id': 'http://phihag.de/2014/youtube-dl/rss2.xml',
  377. 'title': 'Zero Punctuation',
  378. 'description': 're:.*groundbreaking video review series.*'
  379. },
  380. 'playlist_mincount': 11,
  381. },
  382. # Multiple brightcove videos
  383. # https://github.com/rg3/youtube-dl/issues/2283
  384. {
  385. 'url': 'http://www.newyorker.com/online/blogs/newsdesk/2014/01/always-never-nuclear-command-and-control.html',
  386. 'info_dict': {
  387. 'id': 'always-never',
  388. 'title': 'Always / Never - The New Yorker',
  389. },
  390. 'playlist_count': 3,
  391. 'params': {
  392. 'extract_flat': False,
  393. 'skip_download': True,
  394. }
  395. },
  396. # MLB embed
  397. {
  398. 'url': 'http://umpire-empire.com/index.php/topic/58125-laz-decides-no-thats-low/',
  399. 'md5': '96f09a37e44da40dd083e12d9a683327',
  400. 'info_dict': {
  401. 'id': '33322633',
  402. 'ext': 'mp4',
  403. 'title': 'Ump changes call to ball',
  404. 'description': 'md5:71c11215384298a172a6dcb4c2e20685',
  405. 'duration': 48,
  406. 'timestamp': 1401537900,
  407. 'upload_date': '20140531',
  408. 'thumbnail': 're:^https?://.*\.jpg$',
  409. },
  410. },
  411. # MLB articles
  412. {
  413. 'url': 'http://m.mlb.com/news/article/118550098/blue-jays-kevin-pillar-goes-spidey-up-the-wall-to-rob-tim-beckham-of-a-homer',
  414. 'md5': 'b190e70141fb9a1552a85426b4da1b5d',
  415. 'info_dict': {
  416. 'id': '75609783',
  417. 'ext': 'mp4',
  418. 'title': 'Must C: Pillar climbs for catch',
  419. 'description': '4/15/15: Blue Jays outfielder Kevin Pillar continues his defensive dominance by climbing the wall in left to rob Tim Beckham of a home run',
  420. 'timestamp': 1429124820,
  421. 'upload_date': '20150415',
  422. }
  423. },
  424. # Wistia embed
  425. {
  426. 'url': 'http://education-portal.com/academy/lesson/north-american-exploration-failed-colonies-of-spain-france-england.html#lesson',
  427. 'md5': '8788b683c777a5cf25621eaf286d0c23',
  428. 'info_dict': {
  429. 'id': '1cfaf6b7ea',
  430. 'ext': 'mov',
  431. 'title': 'md5:51364a8d3d009997ba99656004b5e20d',
  432. 'duration': 643.0,
  433. 'filesize': 182808282,
  434. 'uploader': 'education-portal.com',
  435. },
  436. },
  437. {
  438. 'url': 'http://thoughtworks.wistia.com/medias/uxjb0lwrcz',
  439. 'md5': 'baf49c2baa8a7de5f3fc145a8506dcd4',
  440. 'info_dict': {
  441. 'id': 'uxjb0lwrcz',
  442. 'ext': 'mp4',
  443. 'title': 'Conversation about Hexagonal Rails Part 1 - ThoughtWorks',
  444. 'duration': 1715.0,
  445. 'uploader': 'thoughtworks.wistia.com',
  446. },
  447. },
  448. # Direct download with broken HEAD
  449. {
  450. 'url': 'http://ai-radio.org:8000/radio.opus',
  451. 'info_dict': {
  452. 'id': 'radio',
  453. 'ext': 'opus',
  454. 'title': 'radio',
  455. },
  456. 'params': {
  457. 'skip_download': True, # infinite live stream
  458. },
  459. 'expected_warnings': [
  460. r'501.*Not Implemented'
  461. ],
  462. },
  463. # Soundcloud embed
  464. {
  465. 'url': 'http://nakedsecurity.sophos.com/2014/10/29/sscc-171-are-you-sure-that-1234-is-a-bad-password-podcast/',
  466. 'info_dict': {
  467. 'id': '174391317',
  468. 'ext': 'mp3',
  469. 'description': 'md5:ff867d6b555488ad3c52572bb33d432c',
  470. 'uploader': 'Sophos Security',
  471. 'title': 'Chet Chat 171 - Oct 29, 2014',
  472. 'upload_date': '20141029',
  473. }
  474. },
  475. # Livestream embed
  476. {
  477. 'url': 'http://www.esa.int/Our_Activities/Space_Science/Rosetta/Philae_comet_touch-down_webcast',
  478. 'info_dict': {
  479. 'id': '67864563',
  480. 'ext': 'flv',
  481. 'upload_date': '20141112',
  482. 'title': 'Rosetta #CometLanding webcast HL 10',
  483. }
  484. },
  485. # LazyYT
  486. {
  487. 'url': 'http://discourse.ubuntu.com/t/unity-8-desktop-mode-windows-on-mir/1986',
  488. 'info_dict': {
  489. 'id': '1986',
  490. 'title': 'Unity 8 desktop-mode windows on Mir! - Ubuntu Discourse',
  491. },
  492. 'playlist_mincount': 2,
  493. },
  494. # Direct link with incorrect MIME type
  495. {
  496. 'url': 'http://ftp.nluug.nl/video/nluug/2014-11-20_nj14/zaal-2/5_Lennart_Poettering_-_Systemd.webm',
  497. 'md5': '4ccbebe5f36706d85221f204d7eb5913',
  498. 'info_dict': {
  499. 'url': 'http://ftp.nluug.nl/video/nluug/2014-11-20_nj14/zaal-2/5_Lennart_Poettering_-_Systemd.webm',
  500. 'id': '5_Lennart_Poettering_-_Systemd',
  501. 'ext': 'webm',
  502. 'title': '5_Lennart_Poettering_-_Systemd',
  503. 'upload_date': '20141120',
  504. },
  505. 'expected_warnings': [
  506. 'URL could be a direct video link, returning it as such.'
  507. ]
  508. },
  509. # Cinchcast embed
  510. {
  511. 'url': 'http://undergroundwellness.com/podcasts/306-5-steps-to-permanent-gut-healing/',
  512. 'info_dict': {
  513. 'id': '7141703',
  514. 'ext': 'mp3',
  515. 'upload_date': '20141126',
  516. 'title': 'Jack Tips: 5 Steps to Permanent Gut Healing',
  517. }
  518. },
  519. # Cinerama player
  520. {
  521. 'url': 'http://www.abc.net.au/7.30/content/2015/s4164797.htm',
  522. 'info_dict': {
  523. 'id': '730m_DandD_1901_512k',
  524. 'ext': 'mp4',
  525. 'uploader': 'www.abc.net.au',
  526. 'title': 'Game of Thrones with dice - Dungeons and Dragons fantasy role-playing game gets new life - 19/01/2015',
  527. }
  528. },
  529. # embedded viddler video
  530. {
  531. 'url': 'http://deadspin.com/i-cant-stop-watching-john-wall-chop-the-nuggets-with-th-1681801597',
  532. 'info_dict': {
  533. 'id': '4d03aad9',
  534. 'ext': 'mp4',
  535. 'uploader': 'deadspin',
  536. 'title': 'WALL-TO-GORTAT',
  537. 'timestamp': 1422285291,
  538. 'upload_date': '20150126',
  539. },
  540. 'add_ie': ['Viddler'],
  541. },
  542. # Libsyn embed
  543. {
  544. 'url': 'http://thedailyshow.cc.com/podcast/episodetwelve',
  545. 'info_dict': {
  546. 'id': '3377616',
  547. 'ext': 'mp3',
  548. 'title': "The Daily Show Podcast without Jon Stewart - Episode 12: Bassem Youssef: Egypt's Jon Stewart",
  549. 'description': 'md5:601cb790edd05908957dae8aaa866465',
  550. 'upload_date': '20150220',
  551. },
  552. },
  553. # jwplayer YouTube
  554. {
  555. 'url': 'http://media.nationalarchives.gov.uk/index.php/webinar-using-discovery-national-archives-online-catalogue/',
  556. 'info_dict': {
  557. 'id': 'Mrj4DVp2zeA',
  558. 'ext': 'mp4',
  559. 'upload_date': '20150212',
  560. 'uploader': 'The National Archives UK',
  561. 'description': 'md5:a236581cd2449dd2df4f93412f3f01c6',
  562. 'uploader_id': 'NationalArchives08',
  563. 'title': 'Webinar: Using Discovery, The National Archives’ online catalogue',
  564. },
  565. },
  566. # rtl.nl embed
  567. {
  568. 'url': 'http://www.rtlnieuws.nl/nieuws/buitenland/aanslagen-kopenhagen',
  569. 'playlist_mincount': 5,
  570. 'info_dict': {
  571. 'id': 'aanslagen-kopenhagen',
  572. 'title': 'Aanslagen Kopenhagen | RTL Nieuws',
  573. }
  574. },
  575. # Zapiks embed
  576. {
  577. 'url': 'http://www.skipass.com/news/116090-bon-appetit-s5ep3-baqueira-mi-cor.html',
  578. 'info_dict': {
  579. 'id': '118046',
  580. 'ext': 'mp4',
  581. 'title': 'EP3S5 - Bon Appétit - Baqueira Mi Corazon !',
  582. }
  583. },
  584. # Kaltura embed
  585. {
  586. 'url': 'http://www.monumentalnetwork.com/videos/john-carlson-postgame-2-25-15',
  587. 'info_dict': {
  588. 'id': '1_eergr3h1',
  589. 'ext': 'mp4',
  590. 'upload_date': '20150226',
  591. 'uploader_id': 'MonumentalSports-Kaltura@perfectsensedigital.com',
  592. 'timestamp': int,
  593. 'title': 'John Carlson Postgame 2/25/15',
  594. },
  595. },
  596. # Eagle.Platform embed (generic URL)
  597. {
  598. 'url': 'http://lenta.ru/news/2015/03/06/navalny/',
  599. 'info_dict': {
  600. 'id': '227304',
  601. 'ext': 'mp4',
  602. 'title': 'Навальный вышел на свободу',
  603. 'description': 'md5:d97861ac9ae77377f3f20eaf9d04b4f5',
  604. 'thumbnail': 're:^https?://.*\.jpg$',
  605. 'duration': 87,
  606. 'view_count': int,
  607. 'age_limit': 0,
  608. },
  609. },
  610. # ClipYou (Eagle.Platform) embed (custom URL)
  611. {
  612. 'url': 'http://muz-tv.ru/play/7129/',
  613. 'info_dict': {
  614. 'id': '12820',
  615. 'ext': 'mp4',
  616. 'title': "'O Sole Mio",
  617. 'thumbnail': 're:^https?://.*\.jpg$',
  618. 'duration': 216,
  619. 'view_count': int,
  620. },
  621. },
  622. # Pladform embed
  623. {
  624. 'url': 'http://muz-tv.ru/kinozal/view/7400/',
  625. 'info_dict': {
  626. 'id': '100183293',
  627. 'ext': 'mp4',
  628. 'title': 'Тайны перевала Дятлова • 1 серия 2 часть',
  629. 'description': 'Документальный сериал-расследование одной из самых жутких тайн ХХ века',
  630. 'thumbnail': 're:^https?://.*\.jpg$',
  631. 'duration': 694,
  632. 'age_limit': 0,
  633. },
  634. },
  635. # Playwire embed
  636. {
  637. 'url': 'http://www.cinemablend.com/new/First-Joe-Dirt-2-Trailer-Teaser-Stupid-Greatness-70874.html',
  638. 'info_dict': {
  639. 'id': '3519514',
  640. 'ext': 'mp4',
  641. 'title': 'Joe Dirt 2 Beautiful Loser Teaser Trailer',
  642. 'thumbnail': 're:^https?://.*\.png$',
  643. 'duration': 45.115,
  644. },
  645. },
  646. # 5min embed
  647. {
  648. 'url': 'http://techcrunch.com/video/facebook-creates-on-this-day-crunch-report/518726732/',
  649. 'md5': '4c6f127a30736b59b3e2c19234ee2bf7',
  650. 'info_dict': {
  651. 'id': '518726732',
  652. 'ext': 'mp4',
  653. 'title': 'Facebook Creates "On This Day" | Crunch Report',
  654. },
  655. },
  656. # RSS feed with enclosure
  657. {
  658. 'url': 'http://podcastfeeds.nbcnews.com/audio/podcast/MSNBC-MADDOW-NETCAST-M4V.xml',
  659. 'info_dict': {
  660. 'id': 'pdv_maddow_netcast_m4v-02-27-2015-201624',
  661. 'ext': 'm4v',
  662. 'upload_date': '20150228',
  663. 'title': 'pdv_maddow_netcast_m4v-02-27-2015-201624',
  664. }
  665. },
  666. # Crooks and Liars embed
  667. {
  668. 'url': 'http://crooksandliars.com/2015/04/fox-friends-says-protecting-atheists',
  669. 'info_dict': {
  670. 'id': '8RUoRhRi',
  671. 'ext': 'mp4',
  672. 'title': "Fox & Friends Says Protecting Atheists From Discrimination Is Anti-Christian!",
  673. 'description': 'md5:e1a46ad1650e3a5ec7196d432799127f',
  674. 'timestamp': 1428207000,
  675. 'upload_date': '20150405',
  676. 'uploader': 'Heather',
  677. },
  678. },
  679. # Crooks and Liars external embed
  680. {
  681. 'url': 'http://theothermccain.com/2010/02/02/video-proves-that-bill-kristol-has-been-watching-glenn-beck/comment-page-1/',
  682. 'info_dict': {
  683. 'id': 'MTE3MjUtMzQ2MzA',
  684. 'ext': 'mp4',
  685. 'title': 'md5:5e3662a81a4014d24c250d76d41a08d5',
  686. 'description': 'md5:9b8e9542d6c3c5de42d6451b7d780cec',
  687. 'timestamp': 1265032391,
  688. 'upload_date': '20100201',
  689. 'uploader': 'Heather',
  690. },
  691. },
  692. # NBC Sports vplayer embed
  693. {
  694. 'url': 'http://www.riderfans.com/forum/showthread.php?121827-Freeman&s=e98fa1ea6dc08e886b1678d35212494a',
  695. 'info_dict': {
  696. 'id': 'ln7x1qSThw4k',
  697. 'ext': 'flv',
  698. 'title': "PFT Live: New leader in the 'new-look' defense",
  699. 'description': 'md5:65a19b4bbfb3b0c0c5768bed1dfad74e',
  700. },
  701. },
  702. # UDN embed
  703. {
  704. 'url': 'http://www.udn.com/news/story/7314/822787',
  705. 'md5': 'fd2060e988c326991037b9aff9df21a6',
  706. 'info_dict': {
  707. 'id': '300346',
  708. 'ext': 'mp4',
  709. 'title': '中一中男師變性 全校師生力挺',
  710. 'thumbnail': 're:^https?://.*\.jpg$',
  711. }
  712. },
  713. # Ooyala embed
  714. {
  715. 'url': 'http://www.businessinsider.com/excel-index-match-vlookup-video-how-to-2015-2?IR=T',
  716. 'info_dict': {
  717. 'id': '50YnY4czr4ms1vJ7yz3xzq0excz_pUMs',
  718. 'ext': 'mp4',
  719. 'description': 'VIDEO: Index/Match versus VLOOKUP.',
  720. 'title': 'This is what separates the Excel masters from the wannabes',
  721. },
  722. 'params': {
  723. # m3u8 downloads
  724. 'skip_download': True,
  725. }
  726. },
  727. # Contains a SMIL manifest
  728. {
  729. 'url': 'http://www.telewebion.com/fa/1263668/%D9%82%D8%B1%D8%B9%D9%87%E2%80%8C%DA%A9%D8%B4%DB%8C-%D9%84%DB%8C%DA%AF-%D9%82%D9%87%D8%B1%D9%85%D8%A7%D9%86%D8%A7%D9%86-%D8%A7%D8%B1%D9%88%D9%BE%D8%A7/%2B-%D9%81%D9%88%D8%AA%D8%A8%D8%A7%D9%84.html',
  730. 'info_dict': {
  731. 'id': 'file',
  732. 'ext': 'flv',
  733. 'title': '+ Football: Lottery Champions League Europe',
  734. 'uploader': 'www.telewebion.com',
  735. },
  736. 'params': {
  737. # rtmpe downloads
  738. 'skip_download': True,
  739. }
  740. }
  741. ]
  742. def report_following_redirect(self, new_url):
  743. """Report information extraction."""
  744. self._downloader.to_screen('[redirect] Following redirect to %s' % new_url)
  745. def _extract_rss(self, url, video_id, doc):
  746. playlist_title = doc.find('./channel/title').text
  747. playlist_desc_el = doc.find('./channel/description')
  748. playlist_desc = None if playlist_desc_el is None else playlist_desc_el.text
  749. entries = []
  750. for it in doc.findall('./channel/item'):
  751. next_url = xpath_text(it, 'link', fatal=False)
  752. if not next_url:
  753. enclosure_nodes = it.findall('./enclosure')
  754. for e in enclosure_nodes:
  755. next_url = e.attrib.get('url')
  756. if next_url:
  757. break
  758. if not next_url:
  759. continue
  760. entries.append({
  761. '_type': 'url',
  762. 'url': next_url,
  763. 'title': it.find('title').text,
  764. })
  765. return {
  766. '_type': 'playlist',
  767. 'id': url,
  768. 'title': playlist_title,
  769. 'description': playlist_desc,
  770. 'entries': entries,
  771. }
  772. def _extract_camtasia(self, url, video_id, webpage):
  773. """ Returns None if no camtasia video can be found. """
  774. camtasia_cfg = self._search_regex(
  775. r'fo\.addVariable\(\s*"csConfigFile",\s*"([^"]+)"\s*\);',
  776. webpage, 'camtasia configuration file', default=None)
  777. if camtasia_cfg is None:
  778. return None
  779. title = self._html_search_meta('DC.title', webpage, fatal=True)
  780. camtasia_url = compat_urlparse.urljoin(url, camtasia_cfg)
  781. camtasia_cfg = self._download_xml(
  782. camtasia_url, video_id,
  783. note='Downloading camtasia configuration',
  784. errnote='Failed to download camtasia configuration')
  785. fileset_node = camtasia_cfg.find('./playlist/array/fileset')
  786. entries = []
  787. for n in fileset_node.getchildren():
  788. url_n = n.find('./uri')
  789. if url_n is None:
  790. continue
  791. entries.append({
  792. 'id': os.path.splitext(url_n.text.rpartition('/')[2])[0],
  793. 'title': '%s - %s' % (title, n.tag),
  794. 'url': compat_urlparse.urljoin(url, url_n.text),
  795. 'duration': float_or_none(n.find('./duration').text),
  796. })
  797. return {
  798. '_type': 'playlist',
  799. 'entries': entries,
  800. 'title': title,
  801. }
  802. def _real_extract(self, url):
  803. if url.startswith('//'):
  804. return {
  805. '_type': 'url',
  806. 'url': self.http_scheme() + url,
  807. }
  808. parsed_url = compat_urlparse.urlparse(url)
  809. if not parsed_url.scheme:
  810. default_search = self._downloader.params.get('default_search')
  811. if default_search is None:
  812. default_search = 'fixup_error'
  813. if default_search in ('auto', 'auto_warning', 'fixup_error'):
  814. if '/' in url:
  815. self._downloader.report_warning('The url doesn\'t specify the protocol, trying with http')
  816. return self.url_result('http://' + url)
  817. elif default_search != 'fixup_error':
  818. if default_search == 'auto_warning':
  819. if re.match(r'^(?:url|URL)$', url):
  820. raise ExtractorError(
  821. 'Invalid URL: %r . Call youtube-dl like this: youtube-dl -v "https://www.youtube.com/watch?v=BaW_jenozKc" ' % url,
  822. expected=True)
  823. else:
  824. self._downloader.report_warning(
  825. 'Falling back to youtube search for %s . Set --default-search "auto" to suppress this warning.' % url)
  826. return self.url_result('ytsearch:' + url)
  827. if default_search in ('error', 'fixup_error'):
  828. raise ExtractorError(
  829. '%r is not a valid URL. '
  830. 'Set --default-search "ytsearch" (or run youtube-dl "ytsearch:%s" ) to search YouTube'
  831. % (url, url), expected=True)
  832. else:
  833. if ':' not in default_search:
  834. default_search += ':'
  835. return self.url_result(default_search + url)
  836. url, smuggled_data = unsmuggle_url(url)
  837. force_videoid = None
  838. is_intentional = smuggled_data and smuggled_data.get('to_generic')
  839. if smuggled_data and 'force_videoid' in smuggled_data:
  840. force_videoid = smuggled_data['force_videoid']
  841. video_id = force_videoid
  842. else:
  843. video_id = os.path.splitext(url.rstrip('/').split('/')[-1])[0]
  844. self.to_screen('%s: Requesting header' % video_id)
  845. head_req = HEADRequest(url)
  846. head_response = self._request_webpage(
  847. head_req, video_id,
  848. note=False, errnote='Could not send HEAD request to %s' % url,
  849. fatal=False)
  850. if head_response is not False:
  851. # Check for redirect
  852. new_url = head_response.geturl()
  853. if url != new_url:
  854. self.report_following_redirect(new_url)
  855. if force_videoid:
  856. new_url = smuggle_url(
  857. new_url, {'force_videoid': force_videoid})
  858. return self.url_result(new_url)
  859. full_response = None
  860. if head_response is False:
  861. full_response = self._request_webpage(url, video_id)
  862. head_response = full_response
  863. # Check for direct link to a video
  864. content_type = head_response.headers.get('Content-Type', '')
  865. m = re.match(r'^(?P<type>audio|video|application(?=/ogg$))/(?P<format_id>.+)$', content_type)
  866. if m:
  867. upload_date = unified_strdate(
  868. head_response.headers.get('Last-Modified'))
  869. return {
  870. 'id': video_id,
  871. 'title': os.path.splitext(url_basename(url))[0],
  872. 'direct': True,
  873. 'formats': [{
  874. 'format_id': m.group('format_id'),
  875. 'url': url,
  876. 'vcodec': 'none' if m.group('type') == 'audio' else None
  877. }],
  878. 'upload_date': upload_date,
  879. }
  880. if not self._downloader.params.get('test', False) and not is_intentional:
  881. self._downloader.report_warning('Falling back on generic information extractor.')
  882. if not full_response:
  883. full_response = self._request_webpage(url, video_id)
  884. # Maybe it's a direct link to a video?
  885. # Be careful not to download the whole thing!
  886. first_bytes = full_response.read(512)
  887. if not is_html(first_bytes):
  888. self._downloader.report_warning(
  889. 'URL could be a direct video link, returning it as such.')
  890. upload_date = unified_strdate(
  891. head_response.headers.get('Last-Modified'))
  892. return {
  893. 'id': video_id,
  894. 'title': os.path.splitext(url_basename(url))[0],
  895. 'direct': True,
  896. 'url': url,
  897. 'upload_date': upload_date,
  898. }
  899. webpage = self._webpage_read_content(
  900. full_response, url, video_id, prefix=first_bytes)
  901. self.report_extraction(video_id)
  902. # Is it an RSS feed?
  903. try:
  904. doc = parse_xml(webpage)
  905. if doc.tag == 'rss':
  906. return self._extract_rss(url, video_id, doc)
  907. except compat_xml_parse_error:
  908. pass
  909. # Is it a Camtasia project?
  910. camtasia_res = self._extract_camtasia(url, video_id, webpage)
  911. if camtasia_res is not None:
  912. return camtasia_res
  913. # Sometimes embedded video player is hidden behind percent encoding
  914. # (e.g. https://github.com/rg3/youtube-dl/issues/2448)
  915. # Unescaping the whole page allows to handle those cases in a generic way
  916. webpage = compat_urllib_parse.unquote(webpage)
  917. # it's tempting to parse this further, but you would
  918. # have to take into account all the variations like
  919. # Video Title - Site Name
  920. # Site Name | Video Title
  921. # Video Title - Tagline | Site Name
  922. # and so on and so forth; it's just not practical
  923. video_title = self._html_search_regex(
  924. r'(?s)<title>(.*?)</title>', webpage, 'video title',
  925. default='video')
  926. # Try to detect age limit automatically
  927. age_limit = self._rta_search(webpage)
  928. # And then there are the jokers who advertise that they use RTA,
  929. # but actually don't.
  930. AGE_LIMIT_MARKERS = [
  931. r'Proudly Labeled <a href="http://www.rtalabel.org/" title="Restricted to Adults">RTA</a>',
  932. ]
  933. if any(re.search(marker, webpage) for marker in AGE_LIMIT_MARKERS):
  934. age_limit = 18
  935. # video uploader is domain name
  936. video_uploader = self._search_regex(
  937. r'^(?:https?://)?([^/]*)/.*', url, 'video uploader')
  938. # Helper method
  939. def _playlist_from_matches(matches, getter=None, ie=None):
  940. urlrs = orderedSet(
  941. self.url_result(self._proto_relative_url(getter(m) if getter else m), ie)
  942. for m in matches)
  943. return self.playlist_result(
  944. urlrs, playlist_id=video_id, playlist_title=video_title)
  945. # Look for BrightCove:
  946. bc_urls = BrightcoveIE._extract_brightcove_urls(webpage)
  947. if bc_urls:
  948. self.to_screen('Brightcove video detected.')
  949. entries = [{
  950. '_type': 'url',
  951. 'url': smuggle_url(bc_url, {'Referer': url}),
  952. 'ie_key': 'Brightcove'
  953. } for bc_url in bc_urls]
  954. return {
  955. '_type': 'playlist',
  956. 'title': video_title,
  957. 'id': video_id,
  958. 'entries': entries,
  959. }
  960. # Look for embedded rtl.nl player
  961. matches = re.findall(
  962. r'<iframe\s+(?:[a-zA-Z-]+="[^"]+"\s+)*?src="((?:https?:)?//(?:www\.)?rtl\.nl/system/videoplayer/[^"]+video_embed[^"]+)"',
  963. webpage)
  964. if matches:
  965. return _playlist_from_matches(matches, ie='RtlNl')
  966. # Look for embedded (iframe) Vimeo player
  967. mobj = re.search(
  968. r'<iframe[^>]+?src=(["\'])(?P<url>(?:https?:)?//player\.vimeo\.com/video/.+?)\1', webpage)
  969. if mobj:
  970. player_url = unescapeHTML(mobj.group('url'))
  971. surl = smuggle_url(player_url, {'Referer': url})
  972. return self.url_result(surl)
  973. # Look for embedded (swf embed) Vimeo player
  974. mobj = re.search(
  975. r'<embed[^>]+?src="((?:https?:)?//(?:www\.)?vimeo\.com/moogaloop\.swf.+?)"', webpage)
  976. if mobj:
  977. return self.url_result(mobj.group(1))
  978. # Look for embedded YouTube player
  979. matches = re.findall(r'''(?x)
  980. (?:
  981. <iframe[^>]+?src=|
  982. data-video-url=|
  983. <embed[^>]+?src=|
  984. embedSWF\(?:\s*|
  985. new\s+SWFObject\(
  986. )
  987. (["\'])
  988. (?P<url>(?:https?:)?//(?:www\.)?youtube(?:-nocookie)?\.com/
  989. (?:embed|v|p)/.+?)
  990. \1''', webpage)
  991. if matches:
  992. return _playlist_from_matches(
  993. matches, lambda m: unescapeHTML(m[1]))
  994. # Look for lazyYT YouTube embed
  995. matches = re.findall(
  996. r'class="lazyYT" data-youtube-id="([^"]+)"', webpage)
  997. if matches:
  998. return _playlist_from_matches(matches, lambda m: unescapeHTML(m))
  999. # Look for embedded Dailymotion player
  1000. matches = re.findall(
  1001. r'<iframe[^>]+?src=(["\'])(?P<url>(?:https?:)?//(?:www\.)?dailymotion\.com/embed/video/.+?)\1', webpage)
  1002. if matches:
  1003. return _playlist_from_matches(
  1004. matches, lambda m: unescapeHTML(m[1]))
  1005. # Look for embedded Dailymotion playlist player (#3822)
  1006. m = re.search(
  1007. r'<iframe[^>]+?src=(["\'])(?P<url>(?:https?:)?//(?:www\.)?dailymotion\.[a-z]{2,3}/widget/jukebox\?.+?)\1', webpage)
  1008. if m:
  1009. playlists = re.findall(
  1010. r'list\[\]=/playlist/([^/]+)/', unescapeHTML(m.group('url')))
  1011. if playlists:
  1012. return _playlist_from_matches(
  1013. playlists, lambda p: '//dailymotion.com/playlist/%s' % p)
  1014. # Look for embedded Wistia player
  1015. match = re.search(
  1016. r'<(?:meta[^>]+?content|iframe[^>]+?src)=(["\'])(?P<url>(?:https?:)?//(?:fast\.)?wistia\.net/embed/iframe/.+?)\1', webpage)
  1017. if match:
  1018. embed_url = self._proto_relative_url(
  1019. unescapeHTML(match.group('url')))
  1020. return {
  1021. '_type': 'url_transparent',
  1022. 'url': embed_url,
  1023. 'ie_key': 'Wistia',
  1024. 'uploader': video_uploader,
  1025. 'title': video_title,
  1026. 'id': video_id,
  1027. }
  1028. match = re.search(r'(?:id=["\']wistia_|data-wistia-?id=["\']|Wistia\.embed\(["\'])(?P<id>[^"\']+)', webpage)
  1029. if match:
  1030. return {
  1031. '_type': 'url_transparent',
  1032. 'url': 'http://fast.wistia.net/embed/iframe/{0:}'.format(match.group('id')),
  1033. 'ie_key': 'Wistia',
  1034. 'uploader': video_uploader,
  1035. 'title': video_title,
  1036. 'id': match.group('id')
  1037. }
  1038. # Look for embedded blip.tv player
  1039. bliptv_url = BlipTVIE._extract_url(webpage)
  1040. if bliptv_url:
  1041. return self.url_result(bliptv_url, 'BlipTV')
  1042. # Look for embedded condenast player
  1043. matches = re.findall(
  1044. r'<iframe\s+(?:[a-zA-Z-]+="[^"]+"\s+)*?src="(https?://player\.cnevids\.com/embed/[^"]+")',
  1045. webpage)
  1046. if matches:
  1047. return {
  1048. '_type': 'playlist',
  1049. 'entries': [{
  1050. '_type': 'url',
  1051. 'ie_key': 'CondeNast',
  1052. 'url': ma,
  1053. } for ma in matches],
  1054. 'title': video_title,
  1055. 'id': video_id,
  1056. }
  1057. # Look for Bandcamp pages with custom domain
  1058. mobj = re.search(r'<meta property="og:url"[^>]*?content="(.*?bandcamp\.com.*?)"', webpage)
  1059. if mobj is not None:
  1060. burl = unescapeHTML(mobj.group(1))
  1061. # Don't set the extractor because it can be a track url or an album
  1062. return self.url_result(burl)
  1063. # Look for embedded Vevo player
  1064. mobj = re.search(
  1065. r'<iframe[^>]+?src=(["\'])(?P<url>(?:https?:)?//(?:cache\.)?vevo\.com/.+?)\1', webpage)
  1066. if mobj is not None:
  1067. return self.url_result(mobj.group('url'))
  1068. # Look for embedded Viddler player
  1069. mobj = re.search(
  1070. r'<(?:iframe[^>]+?src|param[^>]+?value)=(["\'])(?P<url>(?:https?:)?//(?:www\.)?viddler\.com/(?:embed|player)/.+?)\1',
  1071. webpage)
  1072. if mobj is not None:
  1073. return self.url_result(mobj.group('url'))
  1074. # Look for NYTimes player
  1075. mobj = re.search(
  1076. r'<iframe[^>]+src=(["\'])(?P<url>(?:https?:)?//graphics8\.nytimes\.com/bcvideo/[^/]+/iframe/embed\.html.+?)\1>',
  1077. webpage)
  1078. if mobj is not None:
  1079. return self.url_result(mobj.group('url'))
  1080. # Look for Libsyn player
  1081. mobj = re.search(
  1082. r'<iframe[^>]+src=(["\'])(?P<url>(?:https?:)?//html5-player\.libsyn\.com/embed/.+?)\1', webpage)
  1083. if mobj is not None:
  1084. return self.url_result(mobj.group('url'))
  1085. # Look for Ooyala videos
  1086. mobj = (re.search(r'player\.ooyala\.com/[^"?]+\?[^"]*?(?:embedCode|ec)=(?P<ec>[^"&]+)', webpage) or
  1087. re.search(r'OO\.Player\.create\([\'"].*?[\'"],\s*[\'"](?P<ec>.{32})[\'"]', webpage) or
  1088. re.search(r'SBN\.VideoLinkset\.ooyala\([\'"](?P<ec>.{32})[\'"]\)', webpage) or
  1089. re.search(r'data-ooyala-video-id\s*=\s*[\'"](?P<ec>.{32})[\'"]', webpage))
  1090. if mobj is not None:
  1091. return OoyalaIE._build_url_result(mobj.group('ec'))
  1092. # Look for multiple Ooyala embeds on SBN network websites
  1093. mobj = re.search(r'SBN\.VideoLinkset\.entryGroup\((\[.*?\])', webpage)
  1094. if mobj is not None:
  1095. embeds = self._parse_json(mobj.group(1), video_id, fatal=False)
  1096. if embeds:
  1097. return _playlist_from_matches(
  1098. embeds, getter=lambda v: OoyalaIE._url_for_embed_code(v['provider_video_id']), ie='Ooyala')
  1099. # Look for Aparat videos
  1100. mobj = re.search(r'<iframe .*?src="(http://www\.aparat\.com/video/[^"]+)"', webpage)
  1101. if mobj is not None:
  1102. return self.url_result(mobj.group(1), 'Aparat')
  1103. # Look for MPORA videos
  1104. mobj = re.search(r'<iframe .*?src="(http://mpora\.(?:com|de)/videos/[^"]+)"', webpage)
  1105. if mobj is not None:
  1106. return self.url_result(mobj.group(1), 'Mpora')
  1107. # Look for embedded NovaMov-based player
  1108. mobj = re.search(
  1109. r'''(?x)<(?:pagespeed_)?iframe[^>]+?src=(["\'])
  1110. (?P<url>http://(?:(?:embed|www)\.)?
  1111. (?:novamov\.com|
  1112. nowvideo\.(?:ch|sx|eu|at|ag|co)|
  1113. videoweed\.(?:es|com)|
  1114. movshare\.(?:net|sx|ag)|
  1115. divxstage\.(?:eu|net|ch|co|at|ag))
  1116. /embed\.php.+?)\1''', webpage)
  1117. if mobj is not None:
  1118. return self.url_result(mobj.group('url'))
  1119. # Look for embedded Facebook player
  1120. mobj = re.search(
  1121. r'<iframe[^>]+?src=(["\'])(?P<url>https://www\.facebook\.com/video/embed.+?)\1', webpage)
  1122. if mobj is not None:
  1123. return self.url_result(mobj.group('url'), 'Facebook')
  1124. # Look for embedded VK player
  1125. mobj = re.search(r'<iframe[^>]+?src=(["\'])(?P<url>https?://vk\.com/video_ext\.php.+?)\1', webpage)
  1126. if mobj is not None:
  1127. return self.url_result(mobj.group('url'), 'VK')
  1128. # Look for embedded ivi player
  1129. mobj = re.search(r'<embed[^>]+?src=(["\'])(?P<url>https?://(?:www\.)?ivi\.ru/video/player.+?)\1', webpage)
  1130. if mobj is not None:
  1131. return self.url_result(mobj.group('url'), 'Ivi')
  1132. # Look for embedded Huffington Post player
  1133. mobj = re.search(
  1134. r'<iframe[^>]+?src=(["\'])(?P<url>https?://embed\.live\.huffingtonpost\.com/.+?)\1', webpage)
  1135. if mobj is not None:
  1136. return self.url_result(mobj.group('url'), 'HuffPost')
  1137. # Look for embed.ly
  1138. mobj = re.search(r'class=["\']embedly-card["\'][^>]href=["\'](?P<url>[^"\']+)', webpage)
  1139. if mobj is not None:
  1140. return self.url_result(mobj.group('url'))
  1141. mobj = re.search(r'class=["\']embedly-embed["\'][^>]src=["\'][^"\']*url=(?P<url>[^&]+)', webpage)
  1142. if mobj is not None:
  1143. return self.url_result(compat_urllib_parse.unquote(mobj.group('url')))
  1144. # Look for funnyordie embed
  1145. matches = re.findall(r'<iframe[^>]+?src="(https?://(?:www\.)?funnyordie\.com/embed/[^"]+)"', webpage)
  1146. if matches:
  1147. return _playlist_from_matches(
  1148. matches, getter=unescapeHTML, ie='FunnyOrDie')
  1149. # Look for BBC iPlayer embed
  1150. matches = re.findall(r'setPlaylist\("(https?://www\.bbc\.co\.uk/iplayer/[^/]+/[\da-z]{8})"\)', webpage)
  1151. if matches:
  1152. return _playlist_from_matches(matches, ie='BBCCoUk')
  1153. # Look for embedded RUTV player
  1154. rutv_url = RUTVIE._extract_url(webpage)
  1155. if rutv_url:
  1156. return self.url_result(rutv_url, 'RUTV')
  1157. # Look for embedded TED player
  1158. mobj = re.search(
  1159. r'<iframe[^>]+?src=(["\'])(?P<url>https?://embed(?:-ssl)?\.ted\.com/.+?)\1', webpage)
  1160. if mobj is not None:
  1161. return self.url_result(mobj.group('url'), 'TED')
  1162. # Look for embedded Ustream videos
  1163. mobj = re.search(
  1164. r'<iframe[^>]+?src=(["\'])(?P<url>http://www\.ustream\.tv/embed/.+?)\1', webpage)
  1165. if mobj is not None:
  1166. return self.url_result(mobj.group('url'), 'Ustream')
  1167. # Look for embedded arte.tv player
  1168. mobj = re.search(
  1169. r'<script [^>]*?src="(?P<url>http://www\.arte\.tv/playerv2/embed[^"]+)"',
  1170. webpage)
  1171. if mobj is not None:
  1172. return self.url_result(mobj.group('url'), 'ArteTVEmbed')
  1173. # Look for embedded smotri.com player
  1174. smotri_url = SmotriIE._extract_url(webpage)
  1175. if smotri_url:
  1176. return self.url_result(smotri_url, 'Smotri')
  1177. # Look for embeded soundcloud player
  1178. mobj = re.search(
  1179. r'<iframe\s+(?:[a-zA-Z0-9_-]+="[^"]+"\s+)*src="(?P<url>https?://(?:w\.)?soundcloud\.com/player[^"]+)"',
  1180. webpage)
  1181. if mobj is not None:
  1182. url = unescapeHTML(mobj.group('url'))
  1183. return self.url_result(url)
  1184. # Look for embedded vulture.com player
  1185. mobj = re.search(
  1186. r'<iframe src="(?P<url>https?://video\.vulture\.com/[^"]+)"',
  1187. webpage)
  1188. if mobj is not None:
  1189. url = unescapeHTML(mobj.group('url'))
  1190. return self.url_result(url, ie='Vulture')
  1191. # Look for embedded mtvservices player
  1192. mobj = re.search(
  1193. r'<iframe src="(?P<url>https?://media\.mtvnservices\.com/embed/[^"]+)"',
  1194. webpage)
  1195. if mobj is not None:
  1196. url = unescapeHTML(mobj.group('url'))
  1197. return self.url_result(url, ie='MTVServicesEmbedded')
  1198. # Look for embedded yahoo player
  1199. mobj = re.search(
  1200. r'<iframe[^>]+?src=(["\'])(?P<url>https?://(?:screen|movies)\.yahoo\.com/.+?\.html\?format=embed)\1',
  1201. webpage)
  1202. if mobj is not None:
  1203. return self.url_result(mobj.group('url'), 'Yahoo')
  1204. # Look for embedded sbs.com.au player
  1205. mobj = re.search(
  1206. r'''(?x)
  1207. (?:
  1208. <meta\s+property="og:video"\s+content=|
  1209. <iframe[^>]+?src=
  1210. )
  1211. (["\'])(?P<url>https?://(?:www\.)?sbs\.com\.au/ondemand/video/.+?)\1''',
  1212. webpage)
  1213. if mobj is not None:
  1214. return self.url_result(mobj.group('url'), 'SBS')
  1215. # Look for embedded Cinchcast player
  1216. mobj = re.search(
  1217. r'<iframe[^>]+?src=(["\'])(?P<url>https?://player\.cinchcast\.com/.+?)\1',
  1218. webpage)
  1219. if mobj is not None:
  1220. return self.url_result(mobj.group('url'), 'Cinchcast')
  1221. mobj = re.search(
  1222. r'<iframe[^>]+?src=(["\'])(?P<url>https?://m(?:lb)?\.mlb\.com/shared/video/embed/embed\.html\?.+?)\1',
  1223. webpage)
  1224. if not mobj:
  1225. mobj = re.search(
  1226. r'data-video-link=["\'](?P<url>http://m.mlb.com/video/[^"\']+)',
  1227. webpage)
  1228. if mobj is not None:
  1229. return self.url_result(mobj.group('url'), 'MLB')
  1230. mobj = re.search(
  1231. r'<iframe[^>]+?src=(["\'])(?P<url>%s)\1' % CondeNastIE.EMBED_URL,
  1232. webpage)
  1233. if mobj is not None:
  1234. return self.url_result(self._proto_relative_url(mobj.group('url'), scheme='http:'), 'CondeNast')
  1235. mobj = re.search(
  1236. r'<iframe[^>]+src="(?P<url>https?://new\.livestream\.com/[^"]+/player[^"]+)"',
  1237. webpage)
  1238. if mobj is not None:
  1239. return self.url_result(mobj.group('url'), 'Livestream')
  1240. # Look for Zapiks embed
  1241. mobj = re.search(
  1242. r'<iframe[^>]+src="(?P<url>https?://(?:www\.)?zapiks\.fr/index\.php\?.+?)"', webpage)
  1243. if mobj is not None:
  1244. return self.url_result(mobj.group('url'), 'Zapiks')
  1245. # Look for Kaltura embeds
  1246. mobj = re.search(
  1247. r"(?s)kWidget\.(?:thumb)?[Ee]mbed\(\{.*?'wid'\s*:\s*'_?(?P<partner_id>[^']+)',.*?'entry_id'\s*:\s*'(?P<id>[^']+)',", webpage)
  1248. if mobj is not None:
  1249. return self.url_result('kaltura:%(partner_id)s:%(id)s' % mobj.groupdict(), 'Kaltura')
  1250. # Look for Eagle.Platform embeds
  1251. mobj = re.search(
  1252. r'<iframe[^>]+src="(?P<url>https?://.+?\.media\.eagleplatform\.com/index/player\?.+?)"', webpage)
  1253. if mobj is not None:
  1254. return self.url_result(mobj.group('url'), 'EaglePlatform')
  1255. # Look for ClipYou (uses Eagle.Platform) embeds
  1256. mobj = re.search(
  1257. r'<iframe[^>]+src="https?://(?P<host>media\.clipyou\.ru)/index/player\?.*\brecord_id=(?P<id>\d+).*"', webpage)
  1258. if mobj is not None:
  1259. return self.url_result('eagleplatform:%(host)s:%(id)s' % mobj.groupdict(), 'EaglePlatform')
  1260. # Look for Pladform embeds
  1261. mobj = re.search(
  1262. r'<iframe[^>]+src="(?P<url>https?://out\.pladform\.ru/player\?.+?)"', webpage)
  1263. if mobj is not None:
  1264. return self.url_result(mobj.group('url'), 'Pladform')
  1265. # Look for Playwire embeds
  1266. mobj = re.search(
  1267. r'<script[^>]+data-config=(["\'])(?P<url>(?:https?:)?//config\.playwire\.com/.+?)\1', webpage)
  1268. if mobj is not None:
  1269. return self.url_result(mobj.group('url'))
  1270. # Look for 5min embeds
  1271. mobj = re.search(
  1272. r'<meta[^>]+property="og:video"[^>]+content="https?://embed\.5min\.com/(?P<id>[0-9]+)/?', webpage)
  1273. if mobj is not None:
  1274. return self.url_result('5min:%s' % mobj.group('id'), 'FiveMin')
  1275. # Look for Crooks and Liars embeds
  1276. mobj = re.search(
  1277. r'<(?:iframe[^>]+src|param[^>]+value)=(["\'])(?P<url>(?:https?:)?//embed\.crooksandliars\.com/(?:embed|v)/.+?)\1', webpage)
  1278. if mobj is not None:
  1279. return self.url_result(mobj.group('url'))
  1280. # Look for NBC Sports VPlayer embeds
  1281. nbc_sports_url = NBCSportsVPlayerIE._extract_url(webpage)
  1282. if nbc_sports_url:
  1283. return self.url_result(nbc_sports_url, 'NBCSportsVPlayer')
  1284. # Look for UDN embeds
  1285. mobj = re.search(
  1286. r'<iframe[^>]+src="(?P<url>%s)"' % UDNEmbedIE._VALID_URL, webpage)
  1287. if mobj is not None:
  1288. return self.url_result(
  1289. compat_urlparse.urljoin(url, mobj.group('url')), 'UDNEmbed')
  1290. # Look for Senate ISVP iframe
  1291. senate_isvp_url = SenateISVPIE._search_iframe_url(webpage)
  1292. if senate_isvp_url:
  1293. return self.url_result(surl, 'SenateISVP')
  1294. def check_video(vurl):
  1295. if YoutubeIE.suitable(vurl):
  1296. return True
  1297. vpath = compat_urlparse.urlparse(vurl).path
  1298. vext = determine_ext(vpath)
  1299. return '.' in vpath and vext not in ('swf', 'png', 'jpg', 'srt', 'sbv', 'sub', 'vtt', 'ttml')
  1300. def filter_video(urls):
  1301. return list(filter(check_video, urls))
  1302. # Start with something easy: JW Player in SWFObject
  1303. found = filter_video(re.findall(r'flashvars: [\'"](?:.*&)?file=(http[^\'"&]*)', webpage))
  1304. if not found:
  1305. # Look for gorilla-vid style embedding
  1306. found = filter_video(re.findall(r'''(?sx)
  1307. (?:
  1308. jw_plugins|
  1309. JWPlayerOptions|
  1310. jwplayer\s*\(\s*["'][^'"]+["']\s*\)\s*\.setup
  1311. )
  1312. .*?
  1313. ['"]?file['"]?\s*:\s*["\'](.*?)["\']''', webpage))
  1314. if not found:
  1315. # Broaden the search a little bit
  1316. found = filter_video(re.findall(r'[^A-Za-z0-9]?(?:file|source)=(http[^\'"&]*)', webpage))
  1317. if not found:
  1318. # Broaden the findall a little bit: JWPlayer JS loader
  1319. found = filter_video(re.findall(
  1320. r'[^A-Za-z0-9]?file["\']?:\s*["\'](http(?![^\'"]+\.[0-9]+[\'"])[^\'"]+)["\']', webpage))
  1321. if not found:
  1322. # Flow player
  1323. found = filter_video(re.findall(r'''(?xs)
  1324. flowplayer\("[^"]+",\s*
  1325. \{[^}]+?\}\s*,
  1326. \s*\{[^}]+? ["']?clip["']?\s*:\s*\{\s*
  1327. ["']?url["']?\s*:\s*["']([^"']+)["']
  1328. ''', webpage))
  1329. if not found:
  1330. # Cinerama player
  1331. found = re.findall(
  1332. r"cinerama\.embedPlayer\(\s*\'[^']+\',\s*'([^']+)'", webpage)
  1333. if not found:
  1334. # Try to find twitter cards info
  1335. found = filter_video(re.findall(
  1336. r'<meta (?:property|name)="twitter:player:stream" (?:content|value)="(.+?)"', webpage))
  1337. if not found:
  1338. # We look for Open Graph info:
  1339. # We have to match any number spaces between elements, some sites try to align them (eg.: statigr.am)
  1340. m_video_type = re.findall(r'<meta.*?property="og:video:type".*?content="video/(.*?)"', webpage)
  1341. # We only look in og:video if the MIME type is a video, don't try if it's a Flash player:
  1342. if m_video_type is not None:
  1343. found = filter_video(re.findall(r'<meta.*?property="og:video".*?content="(.*?)"', webpage))
  1344. if not found:
  1345. # HTML5 video
  1346. found = re.findall(r'(?s)<video[^<]*(?:>.*?<source[^>]*)?\s+src=["\'](.*?)["\']', webpage)
  1347. if not found:
  1348. REDIRECT_REGEX = r'[0-9]{,2};\s*(?:URL|url)=\'?([^\'"]+)'
  1349. found = re.search(
  1350. r'(?i)<meta\s+(?=(?:[a-z-]+="[^"]+"\s+)*http-equiv="refresh")'
  1351. r'(?:[a-z-]+="[^"]+"\s+)*?content="%s' % REDIRECT_REGEX,
  1352. webpage)
  1353. if not found:
  1354. # Look also in Refresh HTTP header
  1355. refresh_header = head_response.headers.get('Refresh')
  1356. if refresh_header:
  1357. found = re.search(REDIRECT_REGEX, refresh_header)
  1358. if found:
  1359. new_url = compat_urlparse.urljoin(url, found.group(1))
  1360. self.report_following_redirect(new_url)
  1361. return {
  1362. '_type': 'url',
  1363. 'url': new_url,
  1364. }
  1365. if not found:
  1366. raise UnsupportedError(url)
  1367. entries = []
  1368. for video_url in found:
  1369. video_url = compat_urlparse.urljoin(url, video_url)
  1370. video_id = compat_urllib_parse.unquote(os.path.basename(video_url))
  1371. # Sometimes, jwplayer extraction will result in a YouTube URL
  1372. if YoutubeIE.suitable(video_url):
  1373. entries.append(self.url_result(video_url, 'Youtube'))
  1374. continue
  1375. # here's a fun little line of code for you:
  1376. video_id = os.path.splitext(video_id)[0]
  1377. if determine_ext(video_url) == 'smil':
  1378. entries.append({
  1379. 'id': video_id,
  1380. 'formats': self._extract_smil_formats(video_url, video_id),
  1381. 'uploader': video_uploader,
  1382. 'title': video_title,
  1383. 'age_limit': age_limit,
  1384. })
  1385. else:
  1386. entries.append({
  1387. 'id': video_id,
  1388. 'url': video_url,
  1389. 'uploader': video_uploader,
  1390. 'title': video_title,
  1391. 'age_limit': age_limit,
  1392. })
  1393. if len(entries) == 1:
  1394. return entries[0]
  1395. else:
  1396. for num, e in enumerate(entries, start=1):
  1397. # 'url' results don't have a title
  1398. if e.get('title') is not None:
  1399. e['title'] = '%s (%d)' % (e['title'], num)
  1400. return {
  1401. '_type': 'playlist',
  1402. 'entries': entries,
  1403. }