Remove useless parameter 'youtubei_browse' in get_channel_videos_response()

This commit is contained in:
Samantaz Fox 2021-03-22 18:53:17 +01:00
parent aaefa38602
commit 3e88b72316
1 changed files with 1 additions and 1 deletions

View File

@ -938,7 +938,7 @@ def get_about_info(ucid, locale)
}) })
end end
def get_channel_videos_response(ucid, page = 1, auto_generated = nil, sort_by = "newest", youtubei_browse = true) def get_channel_videos_response(ucid, page = 1, auto_generated = nil, sort_by = "newest")
continuation = produce_channel_videos_continuation(ucid, page, continuation = produce_channel_videos_continuation(ucid, page,
auto_generated: auto_generated, sort_by: sort_by, v2: true) auto_generated: auto_generated, sort_by: sort_by, v2: true)