Thanks, Kovid, this helped a lot. I am still working on the overall recipe, but this part is out the way now.
Just for no reason, thought I would post what I ended up with. Not the whole recipe, because it is still in progress, just the attributes mentioned.
Code:
keep_only_tags = [
dict(name='div', attrs={'id': ['title-overview-widget']}),
]
remove_tags = [
dict(name='div', attrs={'id': ['meterChangeRow']}),
dict(name='div', attrs={'id': ['meterHeaderBox']}),
dict(name='div', attrs={'id': ['meterSeeMoreRow']}),
dict(name='div', attrs={'class': ['star-box-rating-widget']}),
dict(name='div', attrs={'class': ['star-box-details']}),
dict(name='td', attrs={'id': ['overview-bottom']}),
dict(name='div', attrs={'class': ['pro-title-link text-center']})
]