dahlia / wikidata

Wikidata client library for Python

Home Page:https://pypi.org/project/Wikidata/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

url encode issue

DaiZack opened this issue · comments

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))