arshaw / scrapemark

Super-convenient web scraping in Python
96 stars 28 forks source link

Problem with <a HREF> #14

Open phzbox opened 13 years ago

phzbox commented 13 years ago

Here is a simple use case:

scrape('', '') -> None

scrape('', '') -> None

scrape('', ''.lower()) -> www.google.com

(Thanks for the great library by the way)

phzbox commented 13 years ago

(Please, look the source code as the html get weirdly parsed in this github issue)

quink commented 13 years ago

Hi phzbox

Can you post the example on Gist or somesuch - I'm not able to replicate it even after looking at the source.