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
Site.scrape method should be updated to match the features supported in CivicPlus and Legistar. Specifically, we should attempt to implement the following features:
date-based filtering, with default set to current day
file type filtering for downloads, with Agendas and Minutes set to default
file size filtering for downloads
We should also attempt to implement the cache flag as in CivicPlus, although we didn't do so for Legistar since the underlying python-legistar framework would need to be refactored to support caching of source HTML.
The text was updated successfully, but these errors were encountered:
Site.scrape
method should be updated to match the features supported in CivicPlus and Legistar. Specifically, we should attempt to implement the following features:Site
and import asPrimeGovSite
(the pre-existing name incivic_scraper.platforms.__init__.py
)download
should be set toFalse
by defaultWe should also attempt to implement the
cache
flag as in CivicPlus, although we didn't do so for Legistar since the underlying python-legistar framework would need to be refactored to support caching of source HTML.The text was updated successfully, but these errors were encountered: