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
The scrape method downloads a lot of data for users. @zstumgoren advises removing the method but running the scrape in the cloud. We can split this process but maintain the scrape_meta methods in this codebase. Everyone can use the metadata of the file paths and URLs to create their own scalable scrapers
TODO
Remove instances of scrape from Site classes and the Runner
Description
The
scrape
method downloads a lot of data for users. @zstumgoren advises removing the method but running the scrape in the cloud. We can split this process but maintain thescrape_meta
methods in this codebase. Everyone can use the metadata of the file paths and URLs to create their own scalable scrapersTODO
scrape
from Site classes and the RunnerThe text was updated successfully, but these errors were encountered: