Hello
I'm trying to scrape a site for some titles, ids and other information.
I've figured out the path to the flv and i know how to get it to work in a player, now I just need to figure out how to scrape the site for the information and I hope I'll be one step closer.
Can anyone give me some pointers on how to scrape a site?
I read Plugin Creation Tutorial by Voinage and I tried to use the
but I can't get it to work.Code:match=re.compile('<a href="#" onClick="playerArticleID(.+?); return true;"><img height=".+?" alt=".+?" hspace=".+?" src="(.+?)" width=".+?" align=".+?" border=".+?" /><br>\r\n (.+?)</a>').findall(link)
More specifically I'm not getting anything returned.
Any help would be really appreciated.


Reply With Quote

Bookmarks