about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2021-01-16 09:48:00 +0700
committerSergey M․ <dstftw@gmail.com>2021-01-16 09:48:00 +0700
commit8673f4344c40bf771af5344113b184f5cef08030 (patch)
treec1780608c94473665e08303fe965a6bf641e3d33 /ChangeLog
parentf1487d4fca40fd37d735753e24a7bae53a1b1513 (diff)
downloadyoutube-dl-8673f4344c40bf771af5344113b184f5cef08030.tar.gz
youtube-dl-8673f4344c40bf771af5344113b184f5cef08030.tar.xz
youtube-dl-8673f4344c40bf771af5344113b184f5cef08030.zip
[ChangeLog] Actualize
[ci skip]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3629c4fb8..ab057fae1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+version <unreleased>
+
+Core
+* [YoutubeDL] Protect from infinite recursion due to recursively nested
+  playlists (#27833)
+* [YoutubeDL] Ignore failure to create existing directory (#27811)
+* [YoutubeDL] Raise syntax error for format selection expressions with multiple
+  + operators (#27803)
+
+Extractors
++ [animeondemand] Add support for lazy playlist extraction (#27829)
+* [youporn] Restrict fallback download URL (#27822)
+* [youporn] Improve height and tbr extraction (#20425, #23659)
+* [youporn] Fix extraction (#27822)
++ [twitter] Add support for unified cards (#27826)
++ [twitch] Add Authorization header with OAuth token for GraphQL requests
+  (#27790)
+* [mixcloud:playlist:base] Extract video id in flat playlist mode (#27787)
+* [cspan] Improve info extraction (#27791)
+* [adn] Improve info extraction
+* [adn] Fix extraction (#26963, #27732)
+* [youtube:search] Extract from all sections (#27604)
+* [youtube:search] fix viewcount and try to extract all video sections (#27604)
+* [twitch] Improve login error extraction
+* [twitch] Fix authentication (#27743)
+* [3qsdn] Improve extraction (#21058)
+* [peertube] Extract formats from streamingPlaylists (#26002, #27586, #27728)
+* [khanacademy] Fix extraction (#2887, #26803)
+* [spike] Update Paramount Network feed URL (#27715)
+
+
 version 2021.01.08
 
 Core