This is actually not scratched, I'm just trying to find the URLs on a webpage where the class has a specific meaning. For example:
<a class="myClass" href="/url/7df028f508c4685ddf65987a0bd6f22e">
I want to get the href value. Any ideas how to do this? Maybe a regular expression? Could you post some sample code? I guess html scraping libs such as BeautifulSoup are a bit overkill just for this ...
Thank you very much!
source
share