internetarchive
internetarchive copied to clipboard
Fix TypeError when iterating over 0 search results
Scrape can result in j where 'count': 0, 'total': None resulting in:
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'