Description
from pull request #184:
When running on Windows the os.path.join using the operating systems os.sep= which causing the full url to be incorrect.
Using urllib.parse might be a little bit slower, but is less error-prone.
from pull request #184:
When running on Windows the os.path.join using the operating systems os.sep= which causing the full url to be incorrect.
Using urllib.parse might be a little bit slower, but is less error-prone.