X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ChangeLog;h=adbdc4f9b2902ae4ca565950388c2f2656549e56;hb=3b9323d96e2be7341d2e309124075134ec8a50ca;hp=7803ec1e91706a7a262535aa1309849fabce491c;hpb=4a01befb347b35f36dda4f344b7b502e53253da7;p=youtube-dl diff --git a/ChangeLog b/ChangeLog index 7803ec1e9..adbdc4f9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +version + +Core ++ Recognize more formats in unified_timestamp + +Extractors +* [ctsnews] Fix extraction + + +version 2016.08.10 + +Core +* Make --metadata-from-title non fatal when title does not match the pattern +* Introduce options for randomized sleep before each download + --min-sleep-interval and --max-sleep-interval (#9930) +* Respect default in _search_json_ld + +Extractors ++ [uol] Add extractor for uol.com.br (#4263) +* [rbmaradio] Fix extraction and extract all formats (#10242) ++ [sonyliv] Add extractor for sonyliv.com (#10258) +* [aparat] Fix extraction +* [cwtv] Extract HTTP formats ++ [rozhlas] Add extractor for prehravac.rozhlas.cz (#10253) +* [kuwo:singer] Fix extraction + + version 2016.08.07 Core