aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2017-02-12 20:53:55 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2017-02-12 20:53:55 +0800
commitf8514630db9ba72a9bddc000c393698f4c116c81 (patch)
treeedb39de5d232f3695868681a14e45cbde2170112 /ChangeLog
parent459818e2808e0dfccc5a3efb7c053afa847cb632 (diff)
downloadyoutube-dl-f8514630db9ba72a9bddc000c393698f4c116c81.tar.xz
[einthusan] Fix extraction (closes #11416)
The old test URLs are no longer valid, so I replace them with the one from #11416
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cba47a296..089449dfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@ version <unreleased>
Core
* TypeError is fixed with Python 2.7.13 on Windows (#11540, #12085)
+Extractor
+* [einthusan] Fix extraction (#11416)
+
version 2017.02.11