Hi, i trying to make some crawler in python and i have one problem.
I need to remove all data before <div id="somediv"> and after <div id="pagination">
i try
m = re.match(r"<div id=\"shareVideo\">", data)
m.group(0)
but i don't get any result...
Can someone help me little?
Thanks
No replies to this topic
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









