X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ChangeLog;h=84b43c6427ce931dd9a09ed1f1a0b638794df75c;hb=fcaf4d7a067e9ac6b36a5f7b1100be391f492a79;hp=1a676f4f2bf8c4047323c57782c1ce29fd065286;hpb=669625a32cce386d0c19b5a0eea03707570a60d5;p=youtube-dl diff --git a/ChangeLog b/ChangeLog index 1a676f4f2..84b43c642 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +version 2020.03.08 + +Core ++ [utils] Add support for cookie files with spaces + +Extractors ++ [pornhub] Add support for pornhubpremium.com (#24288) +- [youtube] Remove outdated code and unnecessary requests +* [youtube] Improve extraction in 429 HTTP error conditions (#24283) +* [nhk] Update API version (#24270) + + +version 2020.03.06 + +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