ChangeLog 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789
  1. version <unreleased>
  2. Core
  3. * [Makefile] Support for GNU make < 4 is fixed; BSD make dropped (#9387)
  4. Extractors
  5. + [nextmedia] Recognize action news on AppleDaily
  6. version 2016.10.07
  7. Extractors
  8. + [iprima] Detect geo restriction
  9. * [facebook] Fix video extraction (#10846)
  10. + [commonprotocols] Support direct MMS links (#10838)
  11. + [generic] Add support for multiple vimeo embeds (#10862)
  12. + [nzz] Add support for nzz.ch (#4407)
  13. + [npo] Detect geo restriction
  14. + [npo] Add support for 2doc.nl (#10842)
  15. + [lego] Add support for lego.com (#10369)
  16. + [tonline] Add support for t-online.de (#10376)
  17. * [techtalks] Relax URL regular expression (#10840)
  18. * [youtube:live] Extend URL regular expression (#10839)
  19. + [theweatherchannel] Add support for weather.com (#7188)
  20. + [thisoldhouse] Add support for thisoldhouse.com (#10837)
  21. + [nhl] Add support for wch2016.com (#10833)
  22. * [pornoxo] Use JWPlatform to improve metadata extraction
  23. version 2016.10.02
  24. Core
  25. * Fix possibly lost extended attributes during post-processing
  26. + Support pyxattr as well as python-xattr for --xattrs and
  27. --xattr-set-filesize (#9054)
  28. Extractors
  29. + [jwplatform] Support DASH streams in JWPlayer
  30. + [jwplatform] Support old-style JWPlayer playlists
  31. + [byutv:event] Add extractor
  32. * [periscope:user] Fix extraction (#10820)
  33. * [dctp] Fix extraction (#10734)
  34. + [instagram] Extract video dimensions (#10790)
  35. + [tvland] Extend URL regular expression (#10812)
  36. + [vgtv] Add support for tv.aftonbladet.se (#10800)
  37. - [aftonbladet] Remove extractor
  38. * [vk] Fix timestamp and view count extraction (#10760)
  39. + [vk] Add support for running and finished live streams (#10799)
  40. + [leeco] Recognize more Le Sports URLs (#10794)
  41. + [instagram] Extract comments (#10788)
  42. + [ketnet] Extract mzsource formats (#10770)
  43. * [limelight:media] Improve HTTP formats extraction
  44. version 2016.09.27
  45. Core
  46. + Add hdcore query parameter to akamai f4m formats
  47. + Delegate HLS live streams downloading to ffmpeg
  48. + Improved support for HTML5 subtitles
  49. Extractors
  50. + [vk] Add support for dailymotion embeds (#10661)
  51. * [promptfile] Fix extraction (#10634)
  52. * [kaltura] Speed up embed regular expressions (#10764)
  53. + [npo] Add support for anderetijden.nl (#10754)
  54. + [prosiebensat1] Add support for advopedia sites
  55. * [mwave] Relax URL regular expression (#10735, #10748)
  56. * [prosiebensat1] Fix playlist support (#10745)
  57. + [prosiebensat1] Add support for sat1gold sites (#10745)
  58. + [cbsnews:livevideo] Fix extraction and extract m3u8 formats
  59. + [brightcove:new] Add support for live streams
  60. * [soundcloud] Generalize playlist entries extraction (#10733)
  61. + [mtv] Add support for new URL schema (#8169, #9808)
  62. * [einthusan] Fix extraction (#10714)
  63. + [twitter] Support Periscope embeds (#10737)
  64. + [openload] Support subtitles (#10625)
  65. version 2016.09.24
  66. Core
  67. + Add support for watchTVeverywhere.com authentication provider based MSOs for
  68. Adobe Pass authentication (#10709)
  69. Extractors
  70. + [soundcloud:playlist] Provide video id for early playlist entries (#10733)
  71. + [prosiebensat1] Add support for kabeleinsdoku (#10732)
  72. * [cbs] Extract info from thunder videoPlayerService (#10728)
  73. * [openload] Fix extraction (#10408)
  74. + [ustream] Support the new HLS streams (#10698)
  75. + [ooyala] Extract all HLS formats
  76. + [cartoonnetwork] Add support for Adobe Pass authentication
  77. + [soundcloud] Extract license metadata
  78. + [fox] Add support for Adobe Pass authentication (#8584)
  79. + [tbs] Add support for Adobe Pass authentication (#10642, #10222)
  80. + [trutv] Add support for Adobe Pass authentication (#10519)
  81. + [turner] Add support for Adobe Pass authentication
  82. version 2016.09.19
  83. Extractors
  84. + [crunchyroll] Check if already authenticated (#10700)
  85. - [twitch:stream] Remove fallback to profile extraction when stream is offline
  86. * [thisav] Improve title extraction (#10682)
  87. * [vyborymos] Improve station info extraction
  88. version 2016.09.18
  89. Core
  90. + Introduce manifest_url and fragments fields in formats dictionary for
  91. fragmented media
  92. + Provide manifest_url field for DASH segments, HLS and HDS
  93. + Provide fragments field for DASH segments
  94. * Rework DASH segments downloader to use fragments field
  95. + Add helper method for Wowza Streaming Engine formats extraction
  96. Extractors
  97. + [vyborymos] Add extractor for vybory.mos.ru (#10692)
  98. + [xfileshare] Add title regular expression for streamin.to (#10646)
  99. + [globo:article] Add support for multiple videos (#10653)
  100. + [thisav] Recognize HTML5 videos (#10447)
  101. * [jwplatform] Improve JWPlayer detection
  102. + [mangomolo] Add support for Mangomolo embeds
  103. + [toutv] Add support for authentication (#10669)
  104. * [franceinter] Fix upload date extraction
  105. * [tv4] Fix HLS and HDS formats extraction (#10659)
  106. version 2016.09.15
  107. Core
  108. * Improve _hidden_inputs
  109. + Introduce improved explicit Adobe Pass support
  110. + Add --ap-mso to provide multiple-system operator identifier
  111. + Add --ap-username to provide MSO account username
  112. + Add --ap-password to provide MSO account password
  113. + Add --ap-list-mso to list all supported MSOs
  114. + Add support for Rogers Cable multiple-system operator (#10606)
  115. Extractors
  116. * [crunchyroll] Fix authentication (#10655)
  117. * [twitch] Fix API calls (#10654, #10660)
  118. + [bellmedia] Add support for more Bell Media Television sites
  119. * [franceinter] Fix extraction (#10538, #2105)
  120. * [kuwo] Improve error detection (#10650)
  121. + [go] Add support for free full episodes (#10439)
  122. * [bilibili] Fix extraction for specific videos (#10647)
  123. * [nhk] Fix extraction (#10633)
  124. * [kaltura] Improve audio detection
  125. * [kaltura] Skip chun format
  126. + [vimeo:ondemand] Pass Referer along with embed URL (#10624)
  127. + [nbc] Add support for NBC Olympics (#10361)
  128. version 2016.09.11.1
  129. Extractors
  130. + [tube8] Extract categories and tags (#10579)
  131. + [pornhub] Extract categories and tags (#10499)
  132. * [openload] Temporary fix (#10408)
  133. + [foxnews] Add support Fox News articles (#10598)
  134. * [viafree] Improve video id extraction (#10615)
  135. * [iwara] Fix extraction after relaunch (#10462, #3215)
  136. + [tfo] Add extractor for tfo.org
  137. * [lrt] Fix audio extraction (#10566)
  138. * [9now] Fix extraction (#10561)
  139. + [canalplus] Add support for c8.fr (#10577)
  140. * [newgrounds] Fix uploader extraction (#10584)
  141. + [polskieradio:category] Add support for category lists (#10576)
  142. + [ketnet] Add extractor for ketnet.be (#10343)
  143. + [canvas] Add support for een.be (#10605)
  144. + [telequebec] Add extractor for telequebec.tv (#1999)
  145. * [parliamentliveuk] Fix extraction (#9137)
  146. version 2016.09.08
  147. Extractors
  148. + [jwplatform] Extract height from format label
  149. + [yahoo] Extract Brightcove Legacy Studio embeds (#9345)
  150. * [videomore] Fix extraction (#10592)
  151. * [foxgay] Fix extraction (#10480)
  152. + [rmcdecouverte] Add extractor for rmcdecouverte.bfmtv.com (#9709)
  153. * [gamestar] Fix metadata extraction (#10479)
  154. * [puls4] Fix extraction (#10583)
  155. + [cctv] Add extractor for CCTV and CNTV (#8153)
  156. + [lci] Add extractor for lci.fr (#10573)
  157. + [wat] Extract DASH formats
  158. + [viafree] Improve video id detection (#10569)
  159. + [trutv] Add extractor for trutv.com (#10519)
  160. + [nick] Add support for nickelodeon.nl (#10559)
  161. + [abcotvs:clips] Add support for clips.abcotvs.com
  162. + [abcotvs] Add support for ABC Owned Television Stations sites (#9551)
  163. + [miaopai] Add extractor for miaopai.com (#10556)
  164. * [gamestar] Fix metadata extraction (#10479)
  165. + [bilibili] Add support for episodes (#10190)
  166. + [tvnoe] Add extractor for tvnoe.cz (#10524)
  167. version 2016.09.04.1
  168. Core
  169. * In DASH downloader if the first segment fails, abort the whole download
  170. process to prevent throttling (#10497)
  171. + Add support for --skip-unavailable-fragments and --fragment retries in
  172. hlsnative downloader (#10165, #10448).
  173. + Add support for --skip-unavailable-fragments in DASH downloader
  174. + Introduce --skip-unavailable-fragments option for fragment based downloaders
  175. that allows to skip fragments unavailable due to a HTTP error
  176. * Fix extraction of video/audio entries with src attribute in
  177. _parse_html5_media_entries (#10540)
  178. Extractors
  179. * [theplatform] Relax URL regular expression (#10546)
  180. * [youtube:playlist] Extend URL regular expression
  181. * [rottentomatoes] Delegate extraction to internetvideoarchive extractor
  182. * [internetvideoarchive] Extract all formats
  183. * [pornvoisines] Fix extraction (#10469)
  184. * [rottentomatoes] Fix extraction (#10467)
  185. * [espn] Extend URL regular expression (#10549)
  186. * [vimple] Extend URL regular expression (#10547)
  187. * [youtube:watchlater] Fix extraction (#10544)
  188. * [youjizz] Fix extraction (#10437)
  189. + [foxnews] Add support for FoxNews Insider (#10445)
  190. + [fc2] Recognize Flash player URLs (#10512)
  191. version 2016.09.03
  192. Core
  193. * Restore usage of NAME attribute from EXT-X-MEDIA tag for formats codes in
  194. _extract_m3u8_formats (#10522)
  195. * Handle semicolon in mimetype2ext
  196. Extractors
  197. + [youtube] Add support for rental videos' previews (#10532)
  198. * [youtube:playlist] Fallback to video extraction for video/playlist URLs when
  199. no playlist is actually served (#10537)
  200. + [drtv] Add support for dr.dk/nyheder (#10536)
  201. + [facebook:plugins:video] Add extractor (#10530)
  202. + [go] Add extractor for *.go.com sites
  203. * [adobepass] Check for authz_token expiration (#10527)
  204. * [nytimes] improve extraction
  205. * [thestar] Fix extraction (#10465)
  206. * [glide] Fix extraction (#10478)
  207. - [exfm] Remove extractor (#10482)
  208. * [youporn] Fix categories and tags extraction (#10521)
  209. + [curiositystream] Add extractor for app.curiositystream.com
  210. - [thvideo] Remove extractor (#10464)
  211. * [movingimage] Fix for the new site name (#10466)
  212. + [cbs] Add support for once formats (#10515)
  213. * [limelight] Skip ism snd duplicate manifests
  214. + [porncom] Extract categories and tags (#10510)
  215. + [facebook] Extract timestamp (#10508)
  216. + [yahoo] Extract more formats
  217. version 2016.08.31
  218. Extractors
  219. * [soundcloud] Fix URL regular expression to avoid clashes with sets (#10505)
  220. * [bandcamp:album] Fix title extraction (#10455)
  221. * [pyvideo] Fix extraction (#10468)
  222. + [ctv] Add support for tsn.ca, bnn.ca and thecomedynetwork.ca (#10016)
  223. * [9c9media] Extract more metadata
  224. * [9c9media] Fix multiple stacks extraction (#10016)
  225. * [adultswim] Improve video info extraction (#10492)
  226. * [vodplatform] Improve embed regular expression
  227. - [played] Remove extractor (#10470)
  228. + [tbs] Add extractor for tbs.com and tntdrama.com (#10222)
  229. + [cartoonnetwork] Add extractor for cartoonnetwork.com (#10110)
  230. * [adultswim] Rework in terms of turner extractor
  231. * [cnn] Rework in terms of turner extractor
  232. * [nba] Rework in terms of turner extractor
  233. + [turner] Add base extractor for Turner Broadcasting System based sites
  234. * [bilibili] Fix extraction (#10375)
  235. * [openload] Fix extraction (#10408)
  236. version 2016.08.28
  237. Core
  238. + Add warning message that ffmpeg doesn't support SOCKS
  239. * Improve thumbnail sorting
  240. + Extract formats from #EXT-X-MEDIA tags in _extract_m3u8_formats
  241. * Fill IV with leading zeros for IVs shorter than 16 octets in hlsnative
  242. + Add ac-3 to the list of audio codecs in parse_codecs
  243. Extractors
  244. * [periscope:user] Fix extraction (#10453)
  245. * [douyutv] Fix extraction (#10153, #10318, #10444)
  246. + [nhk:vod] Add extractor for www3.nhk.or.jp on demand (#4437, #10424)
  247. - [trutube] Remove extractor (#10438)
  248. + [usanetwork] Add extractor for usanetwork.com
  249. * [crackle] Fix extraction (#10333)
  250. * [spankbang] Fix description and uploader extraction (#10339)
  251. * [discoverygo] Detect cable provider restricted videos (#10425)
  252. + [cbc] Add support for watch.cbc.ca
  253. * [kickstarter] Silent the warning for og:description (#10415)
  254. * [mtvservices:embedded] Fix extraction for the new 'edge' player (#10363)
  255. version 2016.08.24.1
  256. Extractors
  257. + [pluralsight] Add support for subtitles (#9681)
  258. version 2016.08.24
  259. Extractors
  260. * [youtube] Fix authentication (#10392)
  261. * [openload] Fix extraction (#10408)
  262. + [bravotv] Add support for Adobe Pass (#10407)
  263. * [bravotv] Fix clip info extraction (#10407)
  264. * [eagleplatform] Improve embedded videos detection (#10409)
  265. * [awaan] Fix extraction
  266. * [mtvservices:embedded] Update config URL
  267. + [abc:iview] Add extractor (#6148)
  268. version 2016.08.22
  269. Core
  270. * Improve formats and subtitles extension auto calculation
  271. + Recognize full unit names in parse_filesize
  272. + Add support for m3u8 manifests in HTML5 multimedia tags
  273. * Fix octal/hexadecimal number detection in js_to_json
  274. Extractors
  275. + [ivi] Add support for 720p and 1080p
  276. + [charlierose] Add new extractor (#10382)
  277. * [1tv] Fix extraction (#9249)
  278. * [twitch] Renew authentication
  279. * [kaltura] Improve subtitles extension calculation
  280. + [zingmp3] Add support for video clips
  281. * [zingmp3] Fix extraction (#10041)
  282. * [kaltura] Improve subtitles extraction (#10279)
  283. * [cultureunplugged] Fix extraction (#10330)
  284. + [cnn] Add support for money.cnn.com (#2797)
  285. * [cbsnews] Fix extraction (#10362)
  286. * [cbs] Fix extraction (#10393)
  287. + [litv] Support 'promo' URLs (#10385)
  288. * [snotr] Fix extraction (#10338)
  289. * [n-tv.de] Fix extraction (#10331)
  290. * [globo:article] Relax URL and video id regular expressions (#10379)
  291. version 2016.08.19
  292. Core
  293. - Remove output template description from --help
  294. * Recognize lowercase units in parse_filesize
  295. Extractors
  296. + [porncom] Add extractor for porn.com (#2251, #10251)
  297. + [generic] Add support for DBTV embeds
  298. * [vk:wallpost] Fix audio extraction for new site layout
  299. * [vk] Fix authentication
  300. + [hgtvcom:show] Add extractor for hgtv.com shows (#10365)
  301. + [discoverygo] Add support for another GO network sites
  302. version 2016.08.17
  303. Core
  304. + Add _get_netrc_login_info
  305. Extractors
  306. * [mofosex] Extract all formats (#10335)
  307. + [generic] Add support for vbox7 embeds
  308. + [vbox7] Add support for embed URLs
  309. + [viafree] Add extractor (#10358)
  310. + [mtg] Add support for viafree URLs (#10358)
  311. * [theplatform] Extract all subtitles per language
  312. + [xvideos] Fix HLS extraction (#10356)
  313. + [amcnetworks] Add extractor
  314. + [bbc:playlist] Add support for pagination (#10349)
  315. + [fxnetworks] Add extractor (#9462)
  316. * [cbslocal] Fix extraction for SendtoNews-based videos
  317. * [sendtonews] Fix extraction
  318. * [jwplatform] Extract video id from JWPlayer data
  319. - [zippcast] Remove extractor (#10332)
  320. + [viceland] Add extractor (#8799)
  321. + [adobepass] Add base extractor for Adobe Pass Authentication
  322. * [life:embed] Improve extraction
  323. * [vgtv] Detect geo restricted videos (#10348)
  324. + [uplynk] Add extractor
  325. * [xiami] Fix extraction (#10342)
  326. version 2016.08.13
  327. Core
  328. * Show progress for curl external downloader
  329. * Forward more options to curl external downloader
  330. Extractors
  331. * [pbs] Fix description extraction
  332. * [franceculture] Fix extraction (#10324)
  333. * [pornotube] Fix extraction (#10322)
  334. * [4tube] Fix metadata extraction (#10321)
  335. * [imgur] Fix width and height extraction (#10325)
  336. * [expotv] Improve extraction
  337. + [vbox7] Fix extraction (#10309)
  338. - [tapely] Remove extractor (#10323)
  339. * [muenchentv] Fix extraction (#10313)
  340. + [24video] Add support for .me and .xxx TLDs
  341. * [24video] Fix comment count extraction
  342. * [sunporno] Add support for embed URLs
  343. * [sunporno] Fix metadata extraction (#10316)
  344. + [hgtv] Add extractor for hgtv.ca (#3999)
  345. - [pbs] Remove request to unavailable API
  346. + [pbs] Add support for high quality HTTP formats
  347. + [crunchyroll] Add support for HLS formats (#10301)
  348. version 2016.08.12
  349. Core
  350. * Subtitles are now written as is. Newline conversions are disabled. (#10268)
  351. + Recognize more formats in unified_timestamp
  352. Extractors
  353. - [goldenmoustache] Remove extractor (#10298)
  354. * [drtuber] Improve title extraction
  355. * [drtuber] Make dislike count optional (#10297)
  356. * [chirbit] Fix extraction (#10296)
  357. * [francetvinfo] Relax URL regular expression
  358. * [rtlnl] Relax URL regular expression (#10282)
  359. * [formula1] Relax URL regular expression (#10283)
  360. * [wat] Improve extraction (#10281)
  361. * [ctsnews] Fix extraction
  362. version 2016.08.10
  363. Core
  364. * Make --metadata-from-title non fatal when title does not match the pattern
  365. * Introduce options for randomized sleep before each download
  366. --min-sleep-interval and --max-sleep-interval (#9930)
  367. * Respect default in _search_json_ld
  368. Extractors
  369. + [uol] Add extractor for uol.com.br (#4263)
  370. * [rbmaradio] Fix extraction and extract all formats (#10242)
  371. + [sonyliv] Add extractor for sonyliv.com (#10258)
  372. * [aparat] Fix extraction
  373. * [cwtv] Extract HTTP formats
  374. + [rozhlas] Add extractor for prehravac.rozhlas.cz (#10253)
  375. * [kuwo:singer] Fix extraction
  376. version 2016.08.07
  377. Core
  378. + Add support for TV Parental Guidelines ratings in parse_age_limit
  379. + Add decode_png (#9706)
  380. + Add support for partOfTVSeries in JSON-LD
  381. * Lower master M3U8 manifest preference for better format sorting
  382. Extractors
  383. + [discoverygo] Add extractor (#10245)
  384. * [flipagram] Make JSON-LD extraction non fatal
  385. * [generic] Make JSON-LD extraction non fatal
  386. + [bbc] Add support for morph embeds (#10239)
  387. * [tnaflixnetworkbase] Improve title extraction
  388. * [tnaflix] Fix metadata extraction (#10249)
  389. * [fox] Fix theplatform release URL query
  390. * [openload] Fix extraction (#9706)
  391. * [bbc] Skip duplicate manifest URLs
  392. * [bbc] Improve format code
  393. + [bbc] Add support for DASH and F4M
  394. * [bbc] Improve format sorting and listing
  395. * [bbc] Improve playlist extraction
  396. + [pokemon] Add extractor (#10093)
  397. + [condenast] Add fallback scenario for video info extraction
  398. version 2016.08.06
  399. Core
  400. * Add support for JSON-LD root list entries (#10203)
  401. * Improve unified_timestamp
  402. * Lower preference of RTSP formats in generic sorting
  403. + Add support for multiple properties in _og_search_property
  404. * Improve password hiding from verbose output
  405. Extractors
  406. + [adultswim] Add support for trailers (#10235)
  407. * [archiveorg] Improve extraction (#10219)
  408. + [jwplatform] Add support for playlists
  409. + [jwplatform] Add support for relative URLs
  410. * [jwplatform] Improve audio detection
  411. + [tvplay] Capture and output native error message
  412. + [tvplay] Extract series metadata
  413. + [tvplay] Add support for subtitles (#10194)
  414. * [tvp] Improve extraction (#7799)
  415. * [cbslocal] Fix timestamp parsing (#10213)
  416. + [naver] Add support for subtitles (#8096)
  417. * [naver] Improve extraction
  418. * [condenast] Improve extraction
  419. * [engadget] Relax URL regular expression
  420. * [5min] Fix extraction
  421. + [nationalgeographic] Add support for Episode Guide
  422. + [kaltura] Add support for subtitles
  423. * [kaltura] Optimize network requests
  424. + [vodplatform] Add extractor for vod-platform.net
  425. - [gamekings] Remove extractor
  426. * [limelight] Extract HTTP formats
  427. * [ntvru] Fix extraction
  428. + [comedycentral] Re-add :tds and :thedailyshow shortnames
  429. version 2016.08.01
  430. Fixed/improved extractors
  431. - [yandexmusic:track] Adapt to changes in track location JSON (#10193)
  432. - [bloomberg] Support another form of player (#10187)
  433. - [limelight] Skip DRM protected videos
  434. - [safari] Relax regular expressions for URL matching (#10202)
  435. - [cwtv] Add support for cwtvpr.com (#10196)
  436. version 2016.07.30
  437. Fixed/improved extractors
  438. - [twitch:clips] Sort formats
  439. - [tv2] Use m3u8_native
  440. - [tv2:article] Fix video detection (#10188)
  441. - rtve (#10076)
  442. - [dailymotion:playlist] Optimize download archive processing (#10180)
  443. version 2016.07.28
  444. Fixed/improved extractors
  445. - shared (#10170)
  446. - soundcloud (#10179)
  447. - twitch (#9767)
  448. version 2016.07.26.2
  449. Fixed/improved extractors
  450. - smotri
  451. - camdemy
  452. - mtv
  453. - comedycentral
  454. - cmt
  455. - cbc
  456. - mgtv
  457. - orf
  458. version 2016.07.24
  459. New extractors
  460. - arkena (#8682)
  461. - lcp (#8682)
  462. Fixed/improved extractors
  463. - facebook (#10151)
  464. - dailymail
  465. - telegraaf
  466. - dcn
  467. - onet
  468. - tvp
  469. Miscellaneous
  470. - Support $Time$ in DASH manifests
  471. version 2016.07.22
  472. New extractors
  473. - odatv (#9285)
  474. Fixed/improved extractors
  475. - bbc
  476. - youjizz (#10131)
  477. - youtube (#10140)
  478. - pornhub (#10138)
  479. - eporner (#10139)
  480. version 2016.07.17
  481. New extractors
  482. - nintendo (#9986)
  483. - streamable (#9122)
  484. Fixed/improved extractors
  485. - ard (#10095)
  486. - mtv
  487. - comedycentral (#10101)
  488. - viki (#10098)
  489. - spike (#10106)
  490. Miscellaneous
  491. - Improved twitter player detection (#10090)
  492. version 2016.07.16
  493. New extractors
  494. - ninenow (#5181)
  495. Fixed/improved extractors
  496. - rtve (#10076)
  497. - brightcove
  498. - 3qsdn
  499. - syfy (#9087, #3820, #2388)
  500. - youtube (#10083)
  501. Miscellaneous
  502. - Fix subtitle embedding for video-only and audio-only files (#10081)
  503. version 2016.07.13
  504. New extractors
  505. - rudo
  506. Fixed/improved extractors
  507. - biobiochiletv
  508. - tvplay
  509. - dbtv
  510. - brightcove
  511. - tmz
  512. - youtube (#10059)
  513. - shahid (#10062)
  514. - vk
  515. - ellentv (#10067)
  516. version 2016.07.11
  517. New Extractors
  518. - roosterteeth (#9864)
  519. Fixed/improved extractors
  520. - miomio (#9605)
  521. - vuclip
  522. - youtube
  523. - vidzi (#10058)
  524. version 2016.07.09.2
  525. Fixed/improved extractors
  526. - vimeo (#1638)
  527. - facebook (#10048)
  528. - lynda (#10047)
  529. - animeondemand
  530. Fixed/improved features
  531. - Embedding subtitles no longer throws an error with problematic inputs (#9063)
  532. version 2016.07.09.1
  533. Fixed/improved extractors
  534. - youtube
  535. - ard
  536. - srmediatek (#9373)
  537. version 2016.07.09
  538. New extractors
  539. - Flipagram (#9898)
  540. Fixed/improved extractors
  541. - telecinco
  542. - toutv
  543. - radiocanada
  544. - tweakers (#9516)
  545. - lynda
  546. - nick (#7542)
  547. - polskieradio (#10028)
  548. - le
  549. - facebook (#9851)
  550. - mgtv
  551. - animeondemand (#10031)
  552. Fixed/improved features
  553. - `--postprocessor-args` and `--downloader-args` now accepts non-ASCII inputs
  554. on non-Windows systems
  555. version 2016.07.07
  556. New extractors
  557. - kamcord (#10001)
  558. Fixed/improved extractors
  559. - spiegel (#10018)
  560. - metacafe (#8539, #3253)
  561. - onet (#9950)
  562. - francetv (#9955)
  563. - brightcove (#9965)
  564. - daum (#9972)
  565. version 2016.07.06
  566. Fixed/improved extractors
  567. - youtube (#10007, #10009)
  568. - xuite
  569. - stitcher
  570. - spiegel
  571. - slideshare
  572. - sandia
  573. - rtvnh
  574. - prosiebensat1
  575. - onionstudios
  576. version 2016.07.05
  577. Fixed/improved extractors
  578. - brightcove
  579. - yahoo (#9995)
  580. - pornhub (#9997)
  581. - iqiyi
  582. - kaltura (#5557)
  583. - la7
  584. - Changed features
  585. - Rename --cn-verfication-proxy to --geo-verification-proxy
  586. Miscellaneous
  587. - Add script for displaying downloads statistics
  588. version 2016.07.03.1
  589. Fixed/improved extractors
  590. - theplatform
  591. - aenetworks
  592. - nationalgeographic
  593. - hrti (#9482)
  594. - facebook (#5701)
  595. - buzzfeed (#5701)
  596. - rai (#8617, #9157, #9232, #8552, #8551)
  597. - nationalgeographic (#9991)
  598. - iqiyi
  599. version 2016.07.03
  600. New extractors
  601. - hrti (#9482)
  602. Fixed/improved extractors
  603. - vk (#9981)
  604. - facebook (#9938)
  605. - xtube (#9953, #9961)
  606. version 2016.07.02
  607. New extractors
  608. - fusion (#9958)
  609. Fixed/improved extractors
  610. - twitch (#9975)
  611. - vine (#9970)
  612. - periscope (#9967)
  613. - pornhub (#8696)
  614. version 2016.07.01
  615. New extractors
  616. - 9c9media
  617. - ctvnews (#2156)
  618. - ctv (#4077)
  619. Fixed/Improved extractors
  620. - rds
  621. - meta (#8789)
  622. - pornhub (#9964)
  623. - sixplay (#2183)
  624. New features
  625. - Accept quoted strings across multiple lines (#9940)