0 purchases
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 .
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.