X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ChangeLog;h=2d9988da3bf1d11b550b657f9b800f1bae70e672;hb=9842d29d660b1ffe7873823542085879ba9d86a8;hp=c49e825d07fc84208ac21088057d9fe5f236ac2b;hpb=e35fc5ebc7eef38f8b354259849084f7a7b5ebb2;p=youtube-dl diff --git a/ChangeLog b/ChangeLog index c49e825d0..2d9988da3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,19 @@ -version +version 2019.06.21 + +Core +* [utils] Restrict parse_codecs and add theora as known vcodec (#21381) + +Extractors +* [youtube] Update signature function patterns (#21469, #21476) +* [youtube] Make --write-annotations non fatal (#21452) ++ [sixplay] Add support for rtlmost.hu (#21405) +* [youtube] Hardcode codec metadata for av01 video only formats (#21381) +* [toutv] Update client key (#21370) ++ [biqle] Add support for new embed domain +* [cbs] Improve DRM protected videos detection (#21339) + + +version 2019.06.08 Core * [downloader/common] Improve rate limit (#21301)