Earlier quoted context omitted.
I _had_ no good answer for the Google News result until you prompted me to Inspect source just now... I'm basically scanning for tags and searching the text within. Doing a Google News inspect, it appears that their links actually have no text, but are sibling elements of an tag. So, I need to figure out how to parse that correctly...
> Doing a Google News inspect, it appears that their links actually have no text, but are sibling elements of an tag. So, I need to figure out how to parse that correctly... I just checked Google News myself, and you are correct that the sibling tag has the text. However, the tag with the link has it too, but as a prop instead of being nested inside. Unless I am mistaken about the use case of that prop here, you can…
I was _hoping_ to get away with the same xml-parsing for each site, but I guess I'll need to customize