mirror of
https://github.com/SabreTools/SabreTools.RedumpLib.git
synced 2026-07-08 18:16:25 +00:00
Some pages are missing added dates
This commit is contained in:
@@ -1119,7 +1119,8 @@ namespace SabreTools.RedumpLib.Web
|
||||
|
||||
// If the downloaded data is invalid or otherwise empty, skip it
|
||||
var hasAddedDate = Constants.AddedRegex.Match(discPage);
|
||||
if (!hasAddedDate.Success)
|
||||
var hasModifiedDate = Constants.LastModifiedRegex.Match(discPage);
|
||||
if (!hasAddedDate.Success && !hasModifiedDate.Success)
|
||||
{
|
||||
Console.WriteLine($"ID {paddedId} retieved an empty page, skipping...");
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user