X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ChangeLog;h=07725b12aa5ea59a32f53e9a212006efb0b87d9f;hb=2cd668ee591df4f271ed4394ba9b38262ae3c40e;hp=45d6f244dd189e5368de8d76b9efd7ecc1a2e75e;hpb=51ef4919dfd51b5bd562f39f865a117f9a5cd304;p=youtube-dl diff --git a/ChangeLog b/ChangeLog index 45d6f244d..07725b12a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,22 @@ -version +version 2017.03.26 + +Core +* Don't raise an error if JWPlayer config data is not a Javascript object + literal. _find_jwplayer_data now returns a dict rather than an str. (#12307) +* Expand environment variables for options representing paths (#12556) ++ [utils] Introduce expand_path +* [downloader/hls] Delegate downloading to ffmpeg immediately for live streams Extractors * [afreecatv] Fix extraction (#12179) ++ [atvat] Add support for atv.at (#5325) ++ [fox] Add metadata extraction (#12391) ++ [atresplayer] Extract DASH formats ++ [atresplayer] Extract HD manifest (#12548) +* [atresplayer] Fix login error detection (#12548) +* [franceculture] Fix extraction (#12547) +* [youtube] Improve URL regular expression (#12538) +* [generic] Do not follow redirects to the same URL version 2017.03.24