arshaw / scrapemark

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

Optional matching #12

Closed timClicks closed 13 years ago

timClicks commented 13 years ago

I would like to be able to mark some subpatterns as optional. That is, "if you don't find this in the page, that's okay. If you do, give it to me."

timClicks commented 13 years ago

=> RTFM

quink commented 13 years ago

{* {{hello}} *} makes the match for hello both repeatable and optional — two for the price of one!