<iframe src="https://expmle.com/subdirectory/sample_title" />
How can I create and append below <a>
tag from above code using XPath
and Telegram Instant view functions?
<a href="https://expmle.com/subdirectory/sample_title">sample_title</a>
I want to extract whole src
and last part of that and use of them to create <a>
tag.
Any suggestions would be very appreciated :)