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.

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