aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-08-27 04:24:41 +0700
committerSergey M․ <dstftw@gmail.com>2017-08-27 04:27:19 +0700
commit62c06c593d19c1314c84639128bb3354665399bb (patch)
treebc87dfb5fa59095eeea20e437dcb04328dbd3c69 /ChangeLog
parentff17be3ac921910e5cab6f54a579f379dacae068 (diff)
downloadyoutube-dl-62c06c593d19c1314c84639128bb3354665399bb.tar.xz
[ChangeLog] Actualize
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a60bd5fc8..46d76ff3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+version <unreleased>
+
+Core
++ [extractor/common] Extract height and format id for HTML5 videos (#14034)
+* [downloader/http] Rework HTTP downloader (#506, #809, #2849, #4240, #6023,
+ #8625, #9483)
+ * Simplify code and split into separate routines to facilitate maintaining
+ * Make retry mechanism work on errors during actual download not only
+ during connection establishment phase
+ * Retry on ECONNRESET and ETIMEDOUT during reading data from network
+ * Retry on content too short
+ * Show error description on retry
+
+Extractors
+* [generic] Lower preference for extraction from LD-JSON
+* [rai] Fix audio formats extraction (#14024)
+* [youtube] Fix controversy videos extraction (#14027, #14029)
+* [mixcloud] Fix extraction (#14015, #14020)
+
+
version 2017.08.23
Core