psf/requests-html

Need method get all children

开放

#226 创建于 2018年9月28日

 (6 条评论) (5 个反应) (0 位负责人)Python (976 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (13,555 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Hi Please add some method work with children nodes same as lxml.etree.getchildren()

Currently, I'm using requests-html but sometime I must using lxml.etree to load html from Element, after that, using etree to get children :(

Thanks so much. This is awesome project.

贡献者指南