I think its a common case that similar kind of info (e.g. images, names, etc. ) are accessible via different css queries and require different parsing logic.
How about providing a parser for each domain, kind of like how methods in express.js can be set as handlers for different routes.
I think its a common case that similar kind of info (e.g. images, names, etc. ) are accessible via different css queries and require different parsing logic.
How about providing a parser for each domain, kind of like how methods in express.js can be set as handlers for different routes.