|
|
|
|
|
by laktek
3210 days ago
|
|
It depends on the use case. Say you want to get all images on a page you'd just use `img`. If you are going to find JSON-LD blocks defined in a set of pages, you can use - `script[type='application/ld+json']`. For MVP, I wanted to give the option of free-form selectors and then offer more targeted queries based on what people use. |
|