Gerapy / GerapyAutoExtractor

Auto Extractor Module
https://pypi.org/project/gerapy-auto-extractor/
Apache License 2.0
321 stars 79 forks source link

函数preprocess4content_extractor的bug #11

Open zhutuo opened 3 years ago

zhutuo commented 3 years ago

函数preprocess4content_extractor中的 for child in children(element): 只是遍历了子,而不是遍历所有节点,是否应该改为 for descendant in element.iterdescendants():