This commit is contained in:
diogo 2021-07-18 18:05:44 +03:00
parent b6c2242bc7
commit 742a273df1
No known key found for this signature in database
GPG Key ID: ED45B7CCDB979B99

View File

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