Ok...my mind is exploding right now lol. I can't figure out a good way to parse Google results.
I am making a game tool, that will look up the 5 most recent news for a specified clan, within the past month, and for only 1 site.
So what I have is a code that first off creates a custom url, we shall use this example url:
If you pop that into the url bar, you will see that it does everything I asked it too.
it searches the domain of forums.zybez.net, for titles with Gladiatorz in it, and it posts 5 results that were made within the past month.
Now, my problem is that the HTML for this result is.....massive.
So I figured I would just cut off the first massive chunk of the HTML, which is just Google's stuff, but when I try indexOf, I need a unique item to search. The closest thing I can find is this (around character # 20348)
<h3 class="r">
However, there are quotes within it, and when I do the \" it adds the slash as part of the index search.
As you can see, this makes it very frustrating lol.
So any help in that area would be superb, OR if you have a better method of parsing this data, that would be cool too.
I will be working on this on and off ALL day, so I shall check this often.
Thanks,
-Austin