We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0d76a commit c2b536fCopy full SHA for c2b536f
scraper.py
@@ -390,7 +390,10 @@ def scrape_facilities(self) -> dict:
390
return self.facilities_data
391
392
def _scrape_updated(self, url: str):
393
- """Scrape first page to get "last updated" time"""
+ """
394
+ Scrape url to get "last updated" time
395
+ Is specifically oriented around ice.gov facility pages
396
397
if not url:
398
logger.error("Could not find a time block! Guessing wildly!")
399
return datetime.datetime.strptime(default_timestamp, timestamp_format)
scrapers/__init__.py
0 commit comments