<div class="user-info" style="position:absolute;top:5px;left:5px;z-index:1">
<a href="/kjrphotography" target="_blank">
<img class="photo_user" src="http://images.ak.instagram.com/profiles/profile_507998691_75sq_1376497436.jpg" width="40" height="40" title="kjrphotography" border="0">
</a>
<span class="usertag" style="display: none;">@kjrphotography</span>
</div>
所以我有点分开了这个,基本上我试图找到“用户信息”在哪里,然后我需要抓住 a href 是什么。在这种情况下 /kjrphotography 或带有 usertag 类的 span 元素。
如果有人可以帮助我,请不胜感激。
到目前为止我有这个,但我知道这不是正确的
userdata = re.findall(ur"<div class=\"user-info\"><\/div>",curlData)