summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2020-12-07 02:01:53 +0700
committerSergey M․ <dstftw@gmail.com>2020-12-07 02:01:53 +0700
commitd9482c0083e1a6ad6602f063bab46edfa7514338 (patch)
treece1ec5f8dc5347ec98652030b992ab20e0c30ba9
parent791b743765b1154cff099c543a6723f2c40b822b (diff)
downloadyoutube-dl-d9482c0083e1a6ad6602f063bab46edfa7514338.tar.gz
youtube-dl-d9482c0083e1a6ad6602f063bab46edfa7514338.tar.xz
youtube-dl-d9482c0083e1a6ad6602f063bab46edfa7514338.zip
[ChangeLog] Actualize
[ci skip]
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9b8336ab..eeb7cbb88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+version <unreleased>
+
+Core
+* [extractor/common] Extract timestamp from Last-Modified header
++ [extractor/common] Add support for dl8-* media tags (#27283)
+* [extractor/common] Fix media type extraction for HTML5 media tags
+  in start/end form
+
+Extractors
+* [aenetworks] Fix extraction (#23363, #23390, #26795, #26985)
+    * Fix Fastly format extraction
+    + Add support for play and watch subdomains
+    + Extract series metadata
+* [youtube] Improve youtu.be extraction in non-existing playlists (#27324)
++ [generic] Extract RSS video description, timestamp and itunes metadata
+  (#27177)
+* [nrk] Reduce the number of instalments and episodes requests
+* [nrk] Improve extraction
+    * Improve format extraction for old akamai formats
+    + Add is_live value to entry info dict
+    * Request instalments only when available
+    * Fix skole extraction
++ [peertube] Extract fps
++ [peertube] Recognize audio-only formats (#27295)
+
+
 version 2020.12.05
 
 Core