[HELP] Scraping a site?
#1
First off I'm completely new to python, currently I'm trying write a plugin for the site Hardsextube.com, I'm trying to follow along with the how to write plugins guide but when I get to the match=re.compile part I'm totally lost.


I've tried
Code:
match=re.compile('<a class="frame.*" href="(http://www.hardsextube.com/video/[A-Za-z-]*)" title="([A-Za-z ]*)">.*<img src="([A-Za-z0-9_.:/]*)"').findall(link)
But cannot get any images or links to show up.


Thanks for your help.
Reply

Logout Mark Read Team Forum Stats Members Help
[HELP] Scraping a site?0