ChangeLog 24 KB

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