mirror of
https://github.com/l1ving/youtube-dl
synced 2020-11-18 19:53:54 -08:00
Update facebook.py
This commit is contained in:
parent
0c4a0205c7
commit
388df88920
@ -26,6 +26,7 @@ from ..utils import (
|
||||
sanitized_Request,
|
||||
try_get,
|
||||
urlencode_postdata,
|
||||
merge_dicts,
|
||||
)
|
||||
|
||||
|
||||
@ -581,7 +582,7 @@ class FacebookUserIE(InfoExtractor):
|
||||
query={
|
||||
'fb_dtsg_ag': fb_dtsg_ag if fb_dtsg_ag else None,
|
||||
'data': json.dumps(
|
||||
{**data, 'cursor': cursor},
|
||||
merge_dicts(data, {'cursor': cursor}),
|
||||
separators=(',', ':')),
|
||||
'__a': 1
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user