generic.py 57 KB

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