about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-02-04 08:01:09 +0700
committerSergey M․ <dstftw@gmail.com>2018-02-04 08:01:09 +0700
commitd20225f33bbd0346881252d2702ca44ee1041b0a (patch)
tree3ae976e2407fe0a58a787feb15ff09bf2456a0c9
parent5399ab3f0c63d47d44a7f8c3506192775f2605d3 (diff)
downloadyoutube-dl-d20225f33bbd0346881252d2702ca44ee1041b0a.tar.gz
youtube-dl-d20225f33bbd0346881252d2702ca44ee1041b0a.tar.xz
youtube-dl-d20225f33bbd0346881252d2702ca44ee1041b0a.zip
[ChangeLog] Actualize
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db212c4a1..1dc43f428 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+version <unreleased>
+
+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