mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-04 13:13:32 +08:00
Update facebook.py
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user