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

vimeo link stuck processing forever #7552

Closed
amit777 opened this issue Nov 18, 2015 · 2 comments
Closed

vimeo link stuck processing forever #7552

amit777 opened this issue Nov 18, 2015 · 2 comments

Comments

@amit777
Copy link

@amit777 amit777 commented Nov 18, 2015

eg:

python youtube-dl --dump-json https://vimeo.com/groups/travelhd/videos/146159746

The command seems to just get stuck forever. Is this a bug? I tried adding socket-timeout but no effect.

@phihag
Copy link
Contributor

@phihag phihag commented Nov 18, 2015

The link seems to be misdetected as the group - I assume you want to download just one video?

--dump-json is meant for machine-readable output, and therefore there is no status display. Leave it out and see that youtube-dl is dilligently fetching the information for all 40000 videos. Depending on your Internet connection, that may take a while.

@amit777
Copy link
Author

@amit777 amit777 commented Nov 18, 2015

oh, I see. I just want to download the metadata for one video. I don't need to actually download the full video. Is it a bug in the detection algorithm or is this expected? Also, is there any simple way to add a timeout to the script execution?

@dstftw dstftw closed this in fdb20a2 Nov 19, 2015
dstftw added a commit that referenced this issue Nov 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.