cldellow / datasette-scraper

Add website scraping abilities to Datasette
Apache License 2.0
60 stars 1 forks source link

hook: fetch_url #29

Closed cldellow closed 1 year ago

cldellow commented 1 year ago

fetch_url(scraper, config, url, request_headers)

Fetch an HTTP response, perhaps from a cache or from the live server.

Returns:

Once any plugin has returned a truthy value, no other plugin's fetch_url hook will be invoked.