X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=ef9ac4660ee3e741d2731323877f3303ce61bb0a;hb=2cfa7cbdd09353c8f8b135ba1c0b3a325bb03a16;hp=a60bd5fc8554d0bec20a1710901972a18510c135;hpb=df235dbba8d8ae3b51ad3432f67d0cb661dadd75;p=youtube-dl.git diff --git a/ChangeLog b/ChangeLog index a60bd5fc8..ef9ac4660 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +version 2017.08.27.1 + +Extractors + +* [youtube] Fix extraction with --youtube-skip-dash-manifest enabled (#14037) + + +version 2017.08.27 + +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