psf/requests-html

Need method get all children

Open

#226 opened on Sep 28, 2018

 (6 comments) (5 reactions) (0 assignees)Python (976 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (13,555 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide