|
|
|
|
|
by dgrin91
1216 days ago
|
|
This is funny. I'm curious how exactly you count an "elon". E.g. Google news shows no Elons, but that is for sure 100% wrong. Also maybe you shouldn't be counting news aggregators like Google News? Its basically double counting since its already on some other site. |
|
I'm basically scanning for <a> 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 <h#> tag. So, I need to figure out how to parse that correctly...