X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ChangeLog;h=00b97f965fdb5828fc700834f341eeb032f03f1c;hb=2db9ac228d0f7ccc1d8078d5e29030665f0e3239;hp=42f04fa9b263e98ed2fd4e3170090656b67ee141;hpb=0d718db6233d1ac93df2fe6cf9c3fb908ad75b33;p=youtube-dl diff --git a/ChangeLog b/ChangeLog index 42f04fa9b..00b97f965 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,37 @@ version +Extractors +* [youtube] Fix age-gated videos support without login (#24248) +* [vimeo] Fix showcase password protected video extraction (#24224) +* [pornhub] Improve title extraction (#24184) +* [peertube] Improve extraction (#23657) ++ [servus] Add support for new URL schema (#23475, #23583, #24142) +* [vimeo] Fix subtitles URLs (#24209) + + +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 * [YoutubeDL] Fix playlist entry indexing with --playlist-items (#10591, #10622)