X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ChangeLog;h=0d43b580f7f73a140d133b35b15868f899234a58;hb=671e241bfbf5d1954ff07c98e0ba2c3d7c2405c7;hp=0d748316e3203ae9ee40056d28df0a25a7806bf6;hpb=a66d1d079a3c2f2791b0a67c97cc9cec8c2faffd;p=youtube-dl diff --git a/ChangeLog b/ChangeLog index 0d748316e..0d43b580f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +version 2018.03.26 + +Core ++ [downloader/external] Add elapsed time to progress hook (#10876) +* [downloader/external,fragment] Fix download finalization when writing file + to stdout (#10809, #10876, #15799) + +Extractors +* [vrv] Fix extraction on python2 (#15928) +* [afreecatv] Update referrer (#15947) ++ [24video] Add support for 24video.sexy (#15973) +* [crackle] Bypass geo restriction +* [crackle] Fix extraction (#15969) ++ [lenta] Add support for lenta.ru (#15953) ++ [instagram:user] Add pagination (#15934) +* [youku] Update ccode (#15939) +* [libsyn] Adapt to new page structure + + version 2018.03.20 Core