larryhudson / astro-sqlite-tts-feed

astro-sqlite-tts-feed
5 stars 0 forks source link

Idea: allow to set content extraction rules for each domain #4

Closed larryhudson closed 11 months ago

larryhudson commented 11 months ago

How we would implement this

larryhudson commented 11 months ago

I've almost got this working. One thing that is causing a little bit of weirdness, is my decision to treat extraction rules where the 'domain' is null as 'global' rules that apply all the time. Because when you submit a form with an empty input, the database field is not 'null', it is an empty string.

So maybe I should re-think that decision, and have a different way of setting global vs domain-specific rules.

larryhudson commented 11 months ago

This is done now.