X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=blobdiff_plain;f=ChangeLog;h=7805c62b6c7649e1ed81dee40021f976a532b0cf;hp=200df7c03642320be201b0cb829c73b5e03d6fc6;hb=cd13343ad8c5f6e1cbd47ae0ae1eed00d27ff69a;hpb=00a41ca4c32ff4b4b30c0bb6d9fbdf74d8230dc6 diff --git a/ChangeLog b/ChangeLog index 200df7c03..7805c62b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +version 2020.05.08 + +Core +* [downloader/http] Request last data block of exact remaining size +* [downloader/http] Finish downloading once received data length matches + expected +* [extractor/common] Use compat_cookiejar_Cookie for _set_cookie to always + ensure cookie name and value are bytestrings on python 2 (#23256, #24776) ++ [compat] Introduce compat_cookiejar_Cookie +* [utils] Improve cookie files support + + Add support for UTF-8 in cookie files + * Skip malformed cookie file entries instead of crashing (invalid entry + length, invalid expires at) + +Extractors +* [youtube] Improve signature cipher extraction (#25187, #25188) +* [iprima] Improve extraction (#25138) +* [uol] Fix extraction (#22007) ++ [orf] Add support for more radio stations (#24938, #24968) +* [dailymotion] Fix typo +- [puhutv] Remove no longer available HTTP formats (#25124) + + version 2020.05.03 Core