pyHTMLParser 2.1.0

Creator: railscoder56

Last updated:

0 purchases

pyHTMLParser 2.1.0 Image
pyHTMLParser 2.1.0 Images
Add to Cart

Description:

pyHTMLParser 2.1.0

It is aimed to provide jquery like API.

Example
from pyHTMLParser.Query import Q_open, Q_close, Q

Q_open('http://www.example.com')

second_target_link = Q('a[href$="-target.html"]:nth-child(2)')
print(second_target_link.attr('href'))

>>> http://www.some-target.com/example.html

Q_close()


Documentation
API Docs .

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.