Some pages require blacklisting due to their content (or lack of content).
Investigate these incidences and ensure the blacklisting functionality of the scraper (ie fetch.py) is working correctly.
Sometimes archive.org returns an error status (eg 500) or an error page (eg containing the content Connection Failure).
Detect these events and pause, then repeat the fetch until it works as desired. Have some sort of backoff on the repeat so archive.org doesn't get hit too frequently.
Some pages require blacklisting due to their content (or lack of content).
Investigate these incidences and ensure the blacklisting functionality of the scraper (ie fetch.py) is working correctly.
Sometimes archive.org returns an error status (eg 500) or an error page (eg containing the content Connection Failure).
Detect these events and pause, then repeat the fetch until it works as desired. Have some sort of backoff on the repeat so archive.org doesn't get hit too frequently.