aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-10-30 18:20:55 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-10-30 18:20:55 +0800
commitd9ee2e5cf684090862b60f32a9b0b4c06a59ac91 (patch)
tree0525c482848692100a54d996886a23cc80a679d4 /ChangeLog
parente1a0b3b81ce451b1502fa0f9a92190124107022e (diff)
downloadyoutube-dl-d9ee2e5cf684090862b60f32a9b0b4c06a59ac91.tar.xz
[facebook] Remove SWF params so that 1080P are detected
Closes #11073 In the provided link, SWF params give up to 720P, and VideoConfig gives 1080P for both best and bestvideo. I guess all Facebook videos supports HTML5 now, so I remove the old detection for SWF params
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9f8d92da..dc343c8ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
version <unreleased>
Extractors
+* [facebook] Improve 1080P video detection (#11073)
* [imgur] Recognize /r/ URLs (#11071)
* [openload] Fix extraction (#10408)
* [adultswim] Fix extraction (#10979)