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

demo里,google drive的文件无法下载 #95

Open
Aaron-Cai opened this issue Jan 19, 2024 · 1 comment
Open

demo里,google drive的文件无法下载 #95

Aaron-Cai opened this issue Jan 19, 2024 · 1 comment

Comments

@Aaron-Cai
Copy link

!gdown --fuzzy https://drive.google.com/file/d/1l8bDSrWn6643aDhyaocVStXdoUbVC3o2/view?usp=sharing -O big_bunny_10s_30fps.mp4
Traceback (most recent call last):
File "/usr/local/bin/gdown", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.10/dist-packages/gdown/cli.py", line 151, in main
filename = download(
File "/usr/local/lib/python3.10/dist-packages/gdown/download.py", line 203, in download
filename_from_url = m.groups()[0]
AttributeError: 'NoneType' object has no attribute 'groups'

@HuHeng
Copy link
Collaborator

HuHeng commented Jan 23, 2024

This "gdown" command should appear in an ipynb file and should be run on Google Colab. I have checked and there is no issue with running it on Colab. Are you running it locally? may be it's a network issue?
You can download the mp4 resource file from "https://github.com/BabitMF/bmf/releases/download/files/files.tar.gz", which in our project release pages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants