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 on demand extraction broken #10624

Open
LGH opened this issue Sep 12, 2016 · 7 comments
Open

Vimeo on demand extraction broken #10624

LGH opened this issue Sep 12, 2016 · 7 comments

Comments

@LGH
Copy link

@LGH LGH commented Sep 12, 2016

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like that [x])
  • Use Preview tab to see how your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2016.09.11.1. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2016.09.11.1

Before submitting an issue make sure you have:

  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue


If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add -v flag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

» youtube-dl --verbose  --username 'xyz@xyz.com' --password 'abc123' https://vimeo.com/watchlater
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'--username', u'PRIVATE', u'--password', u'PRIVATE', u'https://vimeo.com/watchlater']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.09.11.1
[debug] Python version 2.7.12 - Darwin-15.6.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 3.1.3, ffprobe 3.1.3, rtmpdump 2.4
[debug] Proxy map: {}
[vimeo:watchlater] Logging in
[vimeo:watchlater] watchlater: Downloading page 1
[download] Downloading playlist: Watch Later
[vimeo:watchlater] playlist Watch Later: Downloading 1 videos
[download] Downloading video 1 of 1
[vimeo] Logging in
[vimeo] 126682985: Downloading webpage
[vimeo] 126682985: Extracting information
ERROR: Unable to extract info section (caused by RegexNotFoundError(u'Unable to extract \x1b[0;34minfo section\x1b[0m; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/Users/hakan/python/envs/yt-dl-env/lib/python2.7/site-packages/youtube_dl/extractor/vimeo.py", line 462, in _real_extract
    flags=re.DOTALL)
  File "/Users/hakan/python/envs/yt-dl-env/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 650, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract info section; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/Users/hakan/python/envs/yt-dl-env/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 691, in extract_info
    ie_result = ie.extract(url)
  File "/Users/hakan/python/envs/yt-dl-env/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 347, in extract
    return self._real_extract(url)
  File "/Users/hakan/python/envs/yt-dl-env/lib/python2.7/site-packages/youtube_dl/extractor/vimeo.py", line 476, in _real_extract
    cause=e)
ExtractorError: Unable to extract info section (caused by RegexNotFoundError(u'Unable to extract \x1b[0;34minfo section\x1b[0m; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
<end of log>

Description of your issue, suggested solution and other information

It appears Vimeo extraction is broken. For downloading on demand videos, no URLs appears to work: /watchlater, /ondemand/purchases, /ondemand/{videoid}. This affects current version 2016.09.11.1 as well as the previous I tested with, 2016.09.08. I have tested on Mac OSX with the Homebrew distribution of youtube-dl, from a Mac OSX virtualenv with youtube-dl installed using pip, and finally in a Linux virtualenv - result is the same in all three cases.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Sep 12, 2016

If work on your issue requires an account credentials please provide them

dstftw added a commit that referenced this issue Sep 12, 2016
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Sep 12, 2016

It may possibly work after d002e91.

@mateusz-plociennik
Copy link

@mateusz-plociennik mateusz-plociennik commented Sep 25, 2018

I'm having the same issue with: $ youtube-dl -u '***@gmail.com' -p '***' -F 'https://vimeo.com/ondemand/luter/280331656' --verbose --dump-pages (grab my login details, the stream is available until Sep 27, 2018)
Logs

It seems that after logging in we are redirected to https://vimeo.com/home instead of the video page, that's why youtube-dl fails.

@rfourquet
Copy link

@rfourquet rfourquet commented Oct 18, 2018

I'm getting a similar error ("Unable to extract info section") with the following site, which doesn't require any login/account: https://www.eckharttollekurs.net/einfuehrungskurs-lektion-3/

@lenke182
Copy link

@lenke182 lenke182 commented Apr 9, 2019

Problem is still there. For example output of $ youtube-dl -v https://www.claus-von-wagner.de/tv/anstalt/20140204-revolution

[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-f', 'bestvideo+bestaudio/best', '--embed-thumbnail', '-i', 'https://www.claus-von-wagner.de/tv/anstalt/20140204-revolution', '-v']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.09.10
[debug] Python version 3.6.7 (CPython) - Linux-4.18.0-17-generic-x86_64-with-Ubuntu-18.10-cosmic
[debug] exe versions: ffmpeg 4.0.2-2, ffprobe 4.0.2-2, phantomjs 2.1.1, rtmpdump 2.4
[debug] Proxy map: {}
[generic] 20140204-revolution: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 20140204-revolution: Downloading webpage
[generic] 20140204-revolution: Extracting information
[download] Downloading playlist: video
[generic] playlist video: Collected 1 video ids (downloading 1 of them)
[download] Downloading video 1 of 1
[vimeo] 292929605: Downloading webpage
[vimeo] 292929605: Extracting information
ERROR: Unable to extract info section (caused by RegexNotFoundError('Unable to extract \x1b[0;34minfo section\x1b[0m; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/youtube_dl/extractor/vimeo.py", line 528, in _real_extract
    'vimeo clip page config')
  File "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 972, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract vimeo clip page config; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/youtube_dl/extractor/vimeo.py", line 547, in _real_extract
    flags=re.DOTALL)
  File "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 972, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract info section; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/youtube_dl/extractor/vimeo.py", line 528, in _real_extract
    'vimeo clip page config')
  File "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 972, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract vimeo clip page config; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/youtube_dl/extractor/vimeo.py", line 547, in _real_extract
    flags=re.DOTALL)
  File "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 972, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract info section; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line 792, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 502, in extract
    ie_result = self._real_extract(url)
  File "/usr/lib/python3/dist-packages/youtube_dl/extractor/vimeo.py", line 561, in _real_extract
    cause=e)
youtube_dl.utils.ExtractorError: Unable to extract info section (caused by RegexNotFoundError('Unable to extract \x1b[0;34minfo section\x1b[0m; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
[download] Finished downloading playlist: video
@remitamine
Copy link
Collaborator

@remitamine remitamine commented Apr 9, 2019

[debug] youtube-dl version 2018.09.10

@Mineroboter you're using an outdated version.

@lenke182
Copy link

@lenke182 lenke182 commented Apr 9, 2019

@remitamine Oh, sorry, I didn't notice. Thanks.

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
6 participants
You can’t perform that action at this time.