View Single Post
Old 11-08-2010, 01:48 AM   #2
marbs
Zealot
marbs began at the beginning.
 
Posts: 122
Karma: 10
Join Date: Jul 2010
Device: nook
try adding
Code:
 keep_only_tags = [
 	dict(name='h1', attrs={'':''}),
	dict(name='h2', attrs={'calss':'h2'}),
        dict(name='div', attrs={'calss':'art-lft'}),
	]
marbs is offline   Reply With Quote