gawel / pyquery

A jquery-like library for python
http://pyquery.rtfd.org/
Other
2.29k stars 182 forks source link

Require url inputs to be explicit #222

Closed jcushman closed 3 years ago

jcushman commented 3 years ago

As discussed in #203, this updates PyQuery to only treat inputs as URLs if they are explicitly labeled, like PyQuery(url="http://example.com").

Fixes #203