Closed kristian-clausal closed 1 month ago
To make find_html work the same was as find_child, allow target_tag (now target_tags) to be a list of strings instead of a single string, and return all HTML element children with one of those tags.
target_tag
target_tags
Ah, what an embarrassing mistake... Thank you, --amend and push --force for hiding it from the world.
To make find_html work the same was as find_child, allow
target_tag
(nowtarget_tags
) to be a list of strings instead of a single string, and return all HTML element children with one of those tags.