View Single Post
Old 11-06-2018, 03:55 AM   #21
bobbysteel
Big Poppa
bobbysteel began at the beginning.
 
Posts: 110
Karma: 10
Join Date: Jul 2010
Device: Nook
Thanks Kovid. I'm getting a lot of carbage now in the form of newsletter signups, related items, etc. Theyir new tag system seems to use a format of tags like css-<7 chars> <8 chars>
Is there a way to add to remove_tags a match where class matches re.compile(/css-.{7}\w.{8}/) or such?

Also remove_tags_after = [dict(name=['articleBody'])] seems to be failing for me which would remove all the article signups. Is something wrong with that syntax?

Last edited by bobbysteel; 11-06-2018 at 03:57 AM.
bobbysteel is offline   Reply With Quote