mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-14 05:25:12 +00:00
Linter and misc cleanup
:ci skip dl
This commit is contained in:
@@ -2492,8 +2492,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
||||
|
||||
def get_continuation(continuation, session_token, replies=False):
|
||||
query = {
|
||||
'pbj': 1,
|
||||
'ctoken': continuation,
|
||||
'pbj': 1,
|
||||
'ctoken': continuation,
|
||||
}
|
||||
if replies:
|
||||
query['action_get_comment_replies'] = 1
|
||||
|
||||
Reference in New Issue
Block a user