|
|
@ -445,7 +445,7 @@ def get_playlist_videos(db, playlist, offset, locale = nil, continuation = nil)
|
|
|
|
|
|
|
|
|
|
|
|
videos = [] of PlaylistVideo
|
|
|
|
videos = [] of PlaylistVideo
|
|
|
|
|
|
|
|
|
|
|
|
until videos.size >= 100 || videos.size == playlist.video_count || offset >= playlist.video_count
|
|
|
|
until videos.size >= 200 || videos.size == playlist.video_count || offset >= playlist.video_count
|
|
|
|
# 100 videos per request
|
|
|
|
# 100 videos per request
|
|
|
|
ctoken = produce_playlist_continuation(playlist.id, offset)
|
|
|
|
ctoken = produce_playlist_continuation(playlist.id, offset)
|
|
|
|
initial_data = request_youtube_api_browse(ctoken)
|
|
|
|
initial_data = request_youtube_api_browse(ctoken)
|
|
|
|