Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download() got an unexpected keyword argument 'fuzzy' #381

Open
zaneneuschuler opened this issue Nov 30, 2024 · 0 comments
Open

download() got an unexpected keyword argument 'fuzzy' #381

zaneneuschuler opened this issue Nov 30, 2024 · 0 comments
Labels
bug for issue

Comments

@zaneneuschuler
Copy link

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

import gdown

gdown.download("https://drive.google.com/file/d/1RMZAeEy07EE5RbsCEd4DslP1VWmOZp5Z/edit", output="./output.zip", fuzzy=True)
@zaneneuschuler zaneneuschuler added the bug for issue label Nov 30, 2024
zaneneuschuler added a commit to zaneneuschuler/SantaBot that referenced this issue Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug for issue
Projects
None yet
Development

No branches or pull requests

1 participant