def __init__(self, *args, **kw):
     self.tags_removed = []
     Cleaner.__init__(self, *args, **kw)