You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enforced File Creation: Every single Wayback query (\main, \wildcard, \specific, \sensitive) will ALWAYS create its corresponding output file on disk (\wayback_main.txt, \wayback_wildcard.txt, \wayback_specific.txt, \wayback_sensitive.txt), regardless of whether the query succeeds, returns zero URLs, or fails (due to timeout, HTTP 429, DNS errors, or network errors). Failed query files are simply generated as empty files.
Improved Code DRYness: Refactored the concurrent Wayback CDX querying logic using a single unified query helper, reducing code size.