summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-07-21 20:58:30 +0700
committerSergey M․ <dstftw@gmail.com>2018-07-21 20:58:30 +0700
commit6f27998e750d8409f03cce2754ea3e9066b3b794 (patch)
treeca42365703697867dc5def76c5293240f9e12260
parent3052a30d4259b182904e5d2430077039461745bb (diff)
downloadyoutube-dl-6f27998e750d8409f03cce2754ea3e9066b3b794.tar.gz
youtube-dl-6f27998e750d8409f03cce2754ea3e9066b3b794.tar.xz
youtube-dl-6f27998e750d8409f03cce2754ea3e9066b3b794.zip
[ChangeLog] Actualize
[ci skip]
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d602079e..bda7be4a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+version <unreleased>
+
+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