Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First input of urllib.request.urlopen could only be of type 'str' or …
…a Request object. (#89) * First input of urllib.request.urlopen could only be of type 'str' or a Request object. Right now, `url` in AsyncExternalDownload is of type dictionary that leads to following error: AttributeError: 'dict' object has no attribute 'timeout' See: https://docs.python.org/3/library/urllib.request.html#module-urllib.request * minor fixes on `async def finish_download`
- Loading branch information