arshaw / scrapemark

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

Recursive subpatterns #13

Closed timClicks closed 13 years ago

timClicks commented 13 years ago

It would be helpful to be able to apply a parent pattern to a subpattern.

quink commented 13 years ago

Hi timClicks

Could you provide an example? The dot syntax does support one interpretation of this request.

timClicks commented 13 years ago

Unfortunately, I don't have an example any more. It's been a while. My intention was to apply the current pattern to links that are followed. However, I don't think it's much of an issue. Will close and allow others to open if they would like the feature.