summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-05-01 03:30:23 +0700
committerSergey M․ <dstftw@gmail.com>2018-05-01 03:30:23 +0700
commitcc5772c4f0bcb7dfdfb0575787ff124dd7376de5 (patch)
tree2880c05858d26b86003e4e7ff9a51fff1a1510a8
parentc21692fa94df49ef925c06c00e5db1d8bb0f770d (diff)
downloadyoutube-dl-cc5772c4f0bcb7dfdfb0575787ff124dd7376de5.tar.gz
youtube-dl-cc5772c4f0bcb7dfdfb0575787ff124dd7376de5.tar.xz
youtube-dl-cc5772c4f0bcb7dfdfb0575787ff124dd7376de5.zip
[ChangeLog] Actualize
[ci skip]
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a3df67df..7841ee765 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+version <unreleased>
+
+Core
+* [downloader/fragment] Restart download if .ytdl file is corrupt (#16312)
++ [extractor/common] Extract interaction statistic
++ [utils] Add merge_dicts
++ [extractor/common] Add _download_json_handle
+
+Extractors
+* [kaltura] Improve iframe embeds detection (#16337)
++ [udemy] Extract outputs renditions (#16289, #16291, #16320, #16321, #16334,
+  #16335)
++ [zattoo] Add support for zattoo.com and mobiltv.quickline.com (#14668, #14676)
+* [yandexmusic] Convert release_year to int
+* [udemy] Override _download_webpage_handle instead of _download_webpage
+* [xiami] Override _download_webpage_handle instead of _download_webpage
+* [yandexmusic] Override _download_webpage_handle instead of _download_webpage
+* [youtube] Correctly disable polymer on all requests (#16323, #16326)
+* [generic] Prefer enclosures over links in RSS feeds (#16189)
++ [redditr] Add support for old.reddit.com URLs (#16274)
+* [nrktv] Update API host (#16324)
++ [imdb] Extract all formats (#16249)
++ [vimeo] Extract JSON-LD (#16295)
+* [funk:channel] Improve extraction (#16285)
+
+
 version 2018.04.25
 
 Core