[QUOTE=Starson17]You haven't given enough info, but you can try adding this to the keep_only_tags:
Code:
dict(name='h1'), dict(name='p', attrs={'class':'byline'})
(Order is important inside the keep_only)
Thanks. This works except that h1 displays twice since it appears twice in the html. Anyway to limit output to one h1?