Hi,
is it possible to scrape the external website URL (Icon: "Web")?
Somehow I can´t manage it with Xpath.
Thanks !
Hi,
is it possible to scrape the external website URL (Icon: "Web")?
Somehow I can´t manage it with Xpath.
Thanks !
Try this:
=XPathOnUrl(A1;"//a[@class='btn btn-secondary btn-sm ln-channel-episode-link-button ln-animate-grow'][3]";"href")
Not sure if the Web icon always appears as the third item but works in this case.