go-shiori / obelisk

Go package and CLI tool for saving web page as single HTML file
MIT License
259 stars 20 forks source link

Parser plugins #49

Open Katarn opened 1 year ago

Katarn commented 1 year ago

As an idea, I would suggest the possibility of extending parsing functions for specific domains.

For example, on one domain, when saving, you need to remove the blurred class from images. And on another domain, pictures can generally be stored in data-json="{image:\"...\"}

Also good example is issue #37