Hi guys Im trying to figure out a custom webpage
http://www.worldswithoutend.com
I figured some of it out but ive never used xpath before. Titles are fine but all the authors are adding combined. "Bob & Sue & Lee" instead of:
Bob
Sue
Lee
//*[@id="reportlist"]
.//p[@class="title"]/a/text()
.//p[@class="author"]/a/text()
This is what im using for page:
https://www.worldswithoutend.com/lists_banned_sff.asp