You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2025. It is now read-only.
Just saw the lightning talk at #MozAloha - very cool!
Is it possible to write Fathom rules to detect nested class names? Perhaps even with additional CSS Selector constraints?
Would it be possible to add a simple example rule set for parsing data from nested elements with particular class names?
For example, I'd like to write rules like the nested class name rules for microformats2 parsing:
http://microformats.org/wiki/microformats2-parsing#parse_an_element_for_class_microformats
Or at least rules like:
.h-entry .p-name -> title = textContent
Happy to help get something simple working and iterate from there.