generic.py 41 KB

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