You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running gdown in a python script after pip-ing gdown, download(url, fuzzy=True) does not work and throws the error in the issue title. When checking download.py, it does not appear as though fuzzy is an option for download().
Expected Behavior
File downloads after being parsed.
To Reproduce
Using a publicly accessible download link from itgpacks.com:
Provide environment information
Python 3.9.6
gdown 3.13.0
What OS are you using?
Windows 11
Describe the Bug
When running gdown in a python script after pip-ing gdown,
download(url, fuzzy=True)
does not work and throws the error in the issue title. When checkingdownload.py
, it does not appear as though fuzzy is an option fordownload()
.Expected Behavior
File downloads after being parsed.
To Reproduce
Using a publicly accessible download link from itgpacks.com:
The text was updated successfully, but these errors were encountered: