diff --git a/get-names_anidb.ps1 b/get-names_anidb.ps1 index f073cf74..e2fde33a 100644 --- a/get-names_anidb.ps1 +++ b/get-names_anidb.ps1 @@ -44,7 +44,7 @@ function Request-Page($num) function Get-TotalPageCount($start) { $min = $start - $max = $start + 1000 + $max = $start + 5000 do { $html = Request-Page $max diff --git a/get-names_anilist.ps1 b/get-names_anilist.ps1 index ae00c8cc..72c4a06c 100644 --- a/get-names_anilist.ps1 +++ b/get-names_anilist.ps1 @@ -35,7 +35,7 @@ function Request-Page($num) function Get-TotalPageCount($start) { $min = $start - $max = $start + 1000 + $max = $start + 3000 do { $response = Request-Page $max