X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=e10519792d9de31ec965cf034905472363fa5df7;hb=5db83d79bfe192f8a7c80dd44fb2089f114a4189;hp=601aad9022141541e2fc8e20a9ca86f03288974d;hpb=dccd0ab35d1acc45e36241c505b5325d96ca501d;p=youtube-dl.git diff --git a/ChangeLog b/ChangeLog index 601aad902..e10519792 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +version 2017.03.15 + +Core +* Fix missing subtitles if --add-metadata is used (#12423) + +Extractors +* [facebook] Make title optional (#12443) ++ [mitele] Add support for ooyala videos (#12430) +* [openload] Fix extraction (#12435, #12446) +* [streamable] Update API URL (#12433) ++ [crunchyroll] Extract season name (#12428) +* [discoverygo] Bypass geo restriction ++ [discoverygo:playlist] Add support for playlists (#12424) + + +version 2017.03.10 + +Extractors +* [generic] Make title optional for jwplayer embeds (#12410) +* [wdr:maus] Fix extraction (#12373) +* [prosiebensat1] Improve title extraction (#12318, #12327) +* [dplayit] Separate and rewrite extractor and bypass geo restriction (#12393) +* [miomio] Fix extraction (#12291, #12388, #12402) +* [telequebec] Fix description extraction (#12399) +* [openload] Fix extraction (#12357) +* [brightcove:legacy] Relax videoPlayer validation check (#12381) + + version 2017.03.07 Core