X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ChangeLog;h=ff6bccf61d1a00c7e0edde11f64d0fea50898783;hb=28dbde9cc3e9921737b7677409fef073ea207363;hp=373fa12a6252453f018a0cdac3adb9e5aff01f2b;hpb=9dc5ab041f62d9e968f9c08f26fc98b92d819a4e;p=youtube-dl diff --git a/ChangeLog b/ChangeLog index 373fa12a6..ff6bccf61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,21 @@ -version +version 2017.05.26 + +Core ++ [utils] strip_jsonp() can recognize more patterns +* [postprocessor/ffmpeg] Fix metadata filename handling on Python 2 (#13182) + +Extractors ++ [youtube] DASH MPDs with cipher signatures are recognized now (#11381) ++ [bbc] Add support for authentication +* [tudou] Merge into youku extractor (#12214) +* [youku:show] Fix extraction +* [youku] Fix extraction (#13191) +* [udemy] Fix extraction for outputs' format entries without URL (#13192) +* [vimeo] Fix formats' sorting (#13189) +* [cbsnews] Fix extraction for 60 Minutes videos (#12861) + + +version 2017.05.23 Core + [downloader/external] Pass -loglevel to ffmpeg downloader (#13183)