X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=1a676f4f2bf8c4047323c57782c1ce29fd065286;hb=669625a32cce386d0c19b5a0eea03707570a60d5;hp=a6e2c3c19f9c820e6ad7e262dae3b2a939a09104;hpb=117ba9e9df641655f00509b34591e0a6c44395c9;p=youtube-dl.git diff --git a/ChangeLog b/ChangeLog index a6e2c3c19..1a676f4f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +version 2020.03.01 + +Core +* [YoutubeDL] Force redirect URL to unicode on python 2 +- [options] Remove duplicate short option -v for --version (#24162) + +Extractors +* [xhamster] Fix extraction (#24205) +* [franceculture] Fix extraction (#24204) ++ [telecinco] Add support for article opening videos +* [telecinco] Fix extraction (#24195) +* [xtube] Fix metadata extraction (#21073, #22455) +* [youjizz] Fix extraction (#24181) +- Remove no longer needed compat_str around geturl +* [pornhd] Fix extraction (#24128) ++ [teachable] Add support for multiple videos per lecture (#24101) ++ [wistia] Add support for multiple generic embeds (#8347, 11385) +* [imdb] Fix extraction (#23443) +* [tv2dk:bornholm:play] Fix extraction (#24076) + + version 2020.02.16 Core