diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-10-30 18:20:55 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-10-30 18:20:55 +0800 |
commit | d9ee2e5cf684090862b60f32a9b0b4c06a59ac91 (patch) | |
tree | 0525c482848692100a54d996886a23cc80a679d4 /ChangeLog | |
parent | e1a0b3b81ce451b1502fa0f9a92190124107022e (diff) |
[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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |