[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
This commit is contained in:
Yen Chi Hsuan 2016-10-30 18:20:55 +08:00
parent e1a0b3b81c
commit d9ee2e5cf6
No known key found for this signature in database
GPG key ID: 3FDDD575826C5C30
2 changed files with 23 additions and 38 deletions

View file

@ -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)