aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2017-02-03 01:28:24 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2017-02-03 01:28:24 +0800
commita22b2fd19bd8c08d50f884d1903486d4f00f76ec (patch)
tree5b1b33f9e525f1f170f3e347229981eea7a1471e /ChangeLog
parentc54c01f82dba6d3e982c73c81ad71c49f31d8af1 (diff)
downloadyoutube-dl-a22b2fd19bd8c08d50f884d1903486d4f00f76ec.tar.xz
[youtube] Fix ytsearch* when cookies are provided
Closes #11924 The API with `page` is no longer used in browsers, and YouTube always returns {'reload': 'now'} when cookies are provided. See http://youtube.github.io/spfjs/documentation/start/ for how SPF works. Basically appending static link with a `spf` parameter yields the corresponding dynamic link.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c27907f51..c80126cfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
version <unreleased>
Extractors
+* [youtube] Fix ytsearch when cookies are provided (#11924)
+ [bilibili] Support new Bangumi URLs (#11845)
version 2017.02.01