X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ChangeLog;h=94ecaae8e0ac0cbb201583e1b3cf4e278c35683d;hb=8e66ffc3b7df8ad78e7f9e2e77d026c84027a814;hp=978a316bc16ccbad96688836aed510520d597f4f;hpb=7e8e948cf7eb17de57e95f20d1b3cb963f46f121;p=youtube-dl diff --git a/ChangeLog b/ChangeLog index 978a316bc..94ecaae8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,27 @@ -version +version 2018.07.21 + +Core ++ [utils] Introduce url_or_none +* [utils] Allow JSONP without function name (#17028) ++ [extractor/common] Extract DASH and MSS formats from SMIL manifests + +Extractors ++ [bbc] Add support for BBC Radio Play pages (#17022) +* [iwara] Fix download URLs (#17026) +* [vrtnu] Relax title extraction and extract JSON-LD (#17018) ++ [viu] Pass Referer and Origin headers and area id (#16992) ++ [vimeo] Add another config regular expression (#17013) ++ [facebook] Extract view count (#16942) +* [dailymotion] Improve description extraction (#16984) +* [slutload] Fix and improve extraction (#17001) +* [mediaset] Fix extraction (#16977) ++ [theplatform] Add support for theplatform TLD customization (#16977) +* [imgur] Relax URL regular expression (#16987) +* [pornhub] Improve extraction and extract all formats (#12166, #15891, #16262, + #16959) + + +version 2018.07.10 Core * [utils] Share JSON-LD regular expression