def __init__(self, *args, **kwargs):
super(_BeautifulSoupHtml5LibFrameParser, self).__init__(*args,
**kwargs)
from bs4 import SoupStrainer
self._strainer = SoupStrainer('table')
html.py 文件源码
python
阅读 29
收藏 0
点赞 0
评论 0
评论列表
文章目录