mirror of
https://github.com/YGGverse/gemini-dl.git
synced 2026-03-31 17:15:32 +00:00
stop next operations in queue on response code does not match 20
This commit is contained in:
parent
06a2780867
commit
0f1cc4f576
1 changed files with 2 additions and 0 deletions
|
|
@ -157,6 +157,8 @@ class Cli
|
||||||
$offset + 1
|
$offset + 1
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return; // stop next operations in queue
|
||||||
}
|
}
|
||||||
|
|
||||||
// Calculate document size
|
// Calculate document size
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue