Reputation: 93
Hey I am trying to extract this link:
From this
I have tried using:
Elements headings = doc.select("th:eq(2)");
But that seams to reutn the whole line instead of just the link. My question is how would I extract only the link?
Thank you
Upvotes: 0
Views: 106