mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 07:22:16 +05:30
linting
This commit is contained in:
parent
24bc3e2704
commit
6176da3cbb
@ -440,7 +440,6 @@ 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 >= 100 || 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)
|
||||||
|
Loading…
Reference in New Issue
Block a user