[facebook] Fix for new handleServerJS syntax (closes #10846)

According to the dump file in #10846, handleServerJS() now accepts
an optional second argument. It's a string from available dump files.
This commit is contained in:
Yen Chi Hsuan 2016-10-07 20:04:49 +08:00
parent 85bcdd081c
commit 38588ab977
No known key found for this signature in database
GPG key ID: 3FDDD575826C5C30
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
version <unreleased>
Extractors
* [facebook] Fix video extraction (#10846)
+ [commonprotocols] Support direct MMS links (#10838)