Hacker News new | ask | show | jobs
by codehenge 5171 days ago
Link, for the interested:

https://github.com/kennethreitz/requests

1 comments

thanks, i should have included a code sample too:

    import requests
    from lxml import etree

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