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

Unable to download more than 8 videos of a Vimeo playlist. #2317

Closed
NelsonSR opened this issue Feb 5, 2014 · 1 comment
Closed

Unable to download more than 8 videos of a Vimeo playlist. #2317

NelsonSR opened this issue Feb 5, 2014 · 1 comment

Comments

@NelsonSR
Copy link

@NelsonSR NelsonSR commented Feb 5, 2014

I was watching how a Vimeo playlist was downloading, until an error message appears just when it was on the ninth video. For some reason it can't pass to that video.

I tried updating running the self-update, with no success. The current version is 2014.02.04.1.

ERROR: Unable to extract info section; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type  youtube-dl -U  to update.
Traceback (most recent call last):
  File "/usr/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 197, in _real_extract
    flags=re.DOTALL)
  File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 353, in _search_regex
    raise RegexNotFoundError(u'Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract info section; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type  youtube-dl -U  to update.
Traceback (most recent call last):
  File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 493, in extract_info
    ie_result = ie.extract(url)
  File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 158, in extract
    return self._real_extract(url)
  File "/usr/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 208, in _real_extract
    cause=e)
ExtractorError: Unable to extract info section; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type  youtube-dl -U  to update.
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Feb 5, 2014

Please post the full output you get when running youtube-dl -v PLAYLIST_URL, without knowing the playlist or video that fails we can't do anything.
As a temporary fix, you can use the --ignore-errors option to skip videos that fails, the rest of videos will be downloaded.

@dstftw dstftw closed this Apr 10, 2016
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
3 participants
You can’t perform that action at this time.