X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ChangeLog;h=4c20113263f34630124d9e342d3da14cf528c457;hb=8a04ade86bf3a7f0a321232850a2d03a52c47819;hp=a0072ffe32ef578bb48f44878b4a62360ce5de1f;hpb=a7ce8f16c4ee4b8f567d943ada8ade8a50f99860;p=youtube-dl diff --git a/ChangeLog b/ChangeLog index a0072ffe3..4c2011326 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +version 2017.07.02 + +Core +* [extractor/common] Improve _json_ld + +Extractors ++ [thisoldhouse] Add more fallbacks for video id +* [thisoldhouse] Fix video id extraction (#13540, #13541) +* [xfileshare] Extend format regular expression (#13536) +* [ted] Fix extraction (#13535) ++ [tastytrade] Add support for tastytrade.com (#13521) +* [dplayit] Relax video id regular expression (#13524) ++ [generic] Extract more generic metadata (#13527) ++ [bbccouk] Capture and output error message (#13501, #13518) +* [cbsnews] Relax video info regular expression (#13284, #13503) ++ [facebook] Add support for plugin video embeds and multiple embeds (#13493) +* [soundcloud] Switch to https for API requests (#13502) +* [pandatv] Switch to https for API and download URLs ++ [pandatv] Add support for https URLs (#13491) ++ [niconico] Support sp subdomain (#13494) + + version 2017.06.25 Core