X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ChangeLog;h=fe50870977efbb353ef0c9f56530320de0d9ca45;hb=858cf4dc2966d398d939cedffc160afad2484f8b;hp=11812b1953857349cd2f8a7f7a51801a51eba776;hpb=03eef0f03259bfcae284a56d00035950dd54f316;p=youtube-dl diff --git a/ChangeLog b/ChangeLog index 11812b195..fe5087097 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,23 @@ -version +version 2018.06.18 + +Core +* [downloader/rtmp] Fix downloading in verbose mode (#16736) + +Extractors ++ [markiza] Add support for markiza.sk (#16750) +* [wat] Try all supported adaptive URLs ++ [6play] Add support for rtlplay.be and extract hd usp formats ++ [rtbf] Add support for audio and live streams (#9638, #11923) ++ [rtbf] Extract HLS, DASH and all HTTP formats ++ [rtbf] Extract subtitles ++ [rtbf] Fixup specific HTTP URLs (#16101) ++ [expressen] Add support for expressen.se +* [vidzi] Fix extraction (#16678) +* [pbs] Improve extraction (#16623, #16684) +* [bilibili] Restrict cid regular expression (#16638, #16734) + + +version 2018.06.14 Core * [downloader/http] Fix retry on error when streaming to stdout (#16699)