about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-02-22 23:48:58 +0700
committerSergey M․ <dstftw@gmail.com>2018-02-22 23:48:58 +0700
commitf07583872837bbebc71a4d1c568161ab6e0dd43f (patch)
tree538d756095e33a1724a4b967c1d0f70ba61489b5
parent2acc11d77121729c725dd320d6b7d8e4c53c1f3c (diff)
downloadyoutube-dl-f07583872837bbebc71a4d1c568161ab6e0dd43f.tar.gz
youtube-dl-f07583872837bbebc71a4d1c568161ab6e0dd43f.tar.xz
youtube-dl-f07583872837bbebc71a4d1c568161ab6e0dd43f.zip
[ChangeLog] Actualize
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a8fcdd3e..ce3515522 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+version <unreleased>
+
+Core
++ [utils] Fixup some common URL typos in sanitize_url (#15649)
+* Respect --prefer-insecure while updating (#15497)
+
+Extractors
+* [vidio] Fix HLS URL extraction (#15675)
++ [nexx] Add support for arc.nexx.cloud URLs
+* [nexx] Switch to arc API (#15652)
+* [redtube] Fix duration extraction (#15659)
++ [sonyliv] Respect referrer (#15648)
++ [brightcove:new] Use referrer for formats' HTTP headers
++ [cbc] Add support for olympics.cbc.ca (#15535)
++ [fusion] Add support for fusion.tv (#15628)
+* [npo] Improve quality metadata extraction
+* [npo] Relax URL regular expression (#14987, #14994)
++ [npo] Capture and output error message
++ [pornhub] Add support for channels (#15613)
+* [youtube] Handle shared URLs with generic extractor (#14303)
+
+
 version 2018.02.11
 
 Core