I have source code of some web page, I need to find all occurrences of tag and to extract name and location of that picture (example <img src="../images/test.jpg" /> I need
path="../images/" and file="test.jpg"). How can I do that with regular expressions ?
I have source code of some web page, I need to find all occurrences
Share
you should use lxml.html