Open MatthieuStigler opened 2 months ago
Hey Matthieu! Unfortunately, this depends on your version of gdown
... with a more recent version, you won't get this bad behavior.
If you'd like, maybe you can edit README.md
to point out that this is a known bug, and can be fixed by pip install -U gdown
or generally updating gdown
?
Feel free to send a PR :)
Hi
Thank you for making all the code so readily accessible!!
I tried the basic example from galaxy, and ran into the error message:
I wonder whether when you call
gdown
, you should not add the--id
argument first? With my version of gdown at least (4.3.1 on Ubuntu),gdown 1pDLQesPhbH5fSZW1m4aWC-wnJWnp1rGV
won't work, whilegdown --id 1pDLQesPhbH5fSZW1m4aWC-wnJWnp1rGV
will!?Reproducible code:
Thanks!