X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ChangeLog;h=eba7202dd5f7704d330b7dbfeb7d08f9fe97b2e8;hb=42c971341b804b758d12b7a85547be05160f1b3d;hp=cd5c0e0ab885d3be5fa67a6eed4edede75da34b9;hpb=07a2cef78239eb78f59833219af2e4e183610d9f;p=youtube-dl diff --git a/ChangeLog b/ChangeLog index cd5c0e0ab..eba7202dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,24 @@ version +Core ++ [extractor/common] Move workaround for applying first Set-Cookie header + into a separate _apply_first_set_cookie_header method + +Extractors +* [safari] Fix authentication (#21090) +* [vk] Use _apply_first_set_cookie_header +* [vrt] Fix extraction (#20527) ++ [canvas] Add support for vrtnieuws and sporza site ids and extract + AES HLS formats ++ [vrv] Extract captions (#19238) +* [tele5] Improve video id extraction +* [tele5] Relax URL regular expression (#21020, #21063) +* [svtplay] Update API URL (#21075) ++ [yahoo:gyao] Add X-User-Agent header to dam proxy requests (#21071) + + +version 2019.05.11 + Core * [utils] Transliterate "þ" as "th" (#20897)