dahlia / wikidata

Wikidata client library for Python
https://pypi.org/project/Wikidata/
GNU General Public License v3.0
337 stars 31 forks source link

url encode issue #42

Open DaiZack opened 2 years ago

DaiZack commented 2 years ago

Some url as special character, better to use quote before construct the URL for the request.

In client.py

row 189.

change to url = urllib.parse.urljoin(self.base_url, urllib.parse.quote(path))