Quote:
Originally Posted by cisaak
Only problem remaining is repeating article title. Here is my recipe.
|
You seem to have YOUTUBE tags on that recipe, but I was able to extract the code from the code tags. One of your H1 tags is inside an <a> tag so, assuming you don't need links try changing the remove_tags to this:
Code:
remove_tags = [dict(name='div', attrs={'id':'blox-logo'}),dict(name='a')]
You have a lot of overlapping remove and keep tags. You may want to use FireFox and FireBug to clean it up a bit, but it works as is.