I have a web site where there are links like <a href="http://www.example.com?read.php=123"> Can anybody show me how to get all the numbers (123, in this case) in such links using python? I don’t know how to construct a regex. Thanks in advance.
I have a web site where there are links like <a href=http://www.example.com?read.php=123> Can anybody
Share
1 Answer