View Single Post
Old 08-20-2010, 04:10 PM   #2469
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by cisaak View Post
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.
Starson17 is offline