mirror of
https://github.com/HugeFrog24/jailbirdz-dl.git
synced 2026-05-01 00:52:18 +00:00
Smaller pagination so server doesn't choke
This commit is contained in:
@@ -129,7 +129,7 @@ def get_channel_video_names(base: str, token: str, channel_name: str) -> Counter
|
||||
while True:
|
||||
r = requests.get(
|
||||
f"{base}/api/v1/video-channels/{channel_name}/videos",
|
||||
params={"start": start, "count": 100},
|
||||
params={"start": start, "count": 25},
|
||||
headers=api_headers(token),
|
||||
timeout=30,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user