ChangeLog 22 KB

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