-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The -bake command needs to analyze link hrefs and such to figure out what else to scrape. But the algorithm it uses is a bit too crude - anything not starting with http: or https: is considered a local link, but this is false; things can use other protocols, such as mailto:, javascript:, file:, data: etc., which the scraper shouldn't touch.
See #23 for example.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels