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.

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