summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2020-11-01 07:34:20 +0700
committerSergey M․ <dstftw@gmail.com>2020-11-01 07:34:20 +0700
commitb9bceba37ca277261ba9cd37931036b3a52e3e07 (patch)
tree0a48e2fec9602113020277a30ab649f4b2a24ba4
parent6d4733ce7be2e5bb31d1a21f68c6123074d584a0 (diff)
downloadyoutube-dl-b9bceba37ca277261ba9cd37931036b3a52e3e07.tar.gz
youtube-dl-b9bceba37ca277261ba9cd37931036b3a52e3e07.tar.xz
youtube-dl-b9bceba37ca277261ba9cd37931036b3a52e3e07.zip
[ChangeLog] Actualize
[ci skip]
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b52b7bd2..7ef22edfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+version <unreleased>
+
+Core
+* [utils] Don't attempt to coerce JS strings to numbers in js_to_json (#26851)
+* [downloader/http] Properly handle missing message in SSLError (#26646)
+* [downloader/http] Fix access to not yet opened stream in retry
+
+Extractors
+* [youtube] Fix JS player URL extraction
+* [ytsearch] Fix extraction (#26920)
+* [afreecatv] Fix typo (#26970)
+* [23video] Relax URL regular expression (#26870)
++ [ustream] Add support for video.ibm.com (#26894)
+* [iqiyi] Fix typo (#26884)
++ [expressen] Add support for di.se (#26670)
+* [iprima] Improve video id extraction (#26507, #26494)
+
+
 version 2020.09.20
 
 Core