arshaw / scrapemark

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

syntax for concatenating captures #4

Open arshaw opened 13 years ago

arshaw commented 13 years ago

Reported by project member adamrshaw, Oct 22, 2009

maybe something like this...

<h1>{{ var+ }}</h1>
<h2>{{ var+ }}</h1>

... would result in 'var' having the inner text of the h1+h2 concatenated together

(thanks jeremy b)

wizidot commented 13 years ago

Great idea ! Up +