X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ChangeLog;h=0a26ca1bf6e45de42c5101431ac43fd48d0879d7;hb=b9b150def75640f12c714762bb572f9a4757d969;hp=e0be3a026312fddf9a805f91198825ed35d8071a;hpb=07e56e6df7f9739fbd0726369fd5c1cbba19b838;p=youtube-dl diff --git a/ChangeLog b/ChangeLog index e0be3a026..0a26ca1bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,36 @@ -version +version 2018.02.04 + +Core +* [downloader/http] Randomize HTTP chunk size ++ [downloader/http] Add ability to pass downloader options via info dict +* [downloader/http] Fix 302 infinite loops by not reusing requests ++ Document http_chunk_size + +Extractors ++ [brightcove] Pass embed page URL as referrer (#15486) ++ [youtube] Enforce using chunked HTTP downloading for DASH formats + + +version 2018.02.03 + +Core ++ Introduce --http-chunk-size for chunk-based HTTP downloading ++ Add support for IronPython +* [downloader/ism] Fix Python 3.2 support + +Extractors +* [redbulltv] Fix extraction (#15481) +* [redtube] Fix metadata extraction (#15472) +* [pladform] Respect platform id and extract HLS formats (#15468) +- [rtlnl] Remove progressive formats (#15459) +* [6play] Do no modify asset URLs with a token (#15248) +* [nationalgeographic] Relax URL regular expression +* [dplay] Relax URL regular expression (#15458) +* [cbsinteractive] Fix data extraction (#15451) ++ [amcnetworks] Add support for sundancetv.com (#9260) + + +version 2018.01.27 Core * [extractor/common] Improve _json_ld for articles