Hacker News new | past | comments | ask | show | jobs | submit login

thanks, i should have included a code sample too:

    import requests
    from lxml import etree

    jquery_like_page = etree.HTML(requests.get('url').text)



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: