@@ -72,7 +72,7 @@ TAGS = {'table', 'tr', 'td', 'div', 'span', 'p'}
ATTRS = {'id', 'class', 'style', 'width'}
# 特殊样式+指定样式的标签
SPECIAL_TAGS = {
- re.compile('(?i)<[^>]+style="display: none".*[^>]+>'): "<br>",
+ # re.compile('(?i)<[^>]+style="display: none".*[^>]+>'): "<br>",
}