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 w/ Password Not Working #27591

Closed
kooshywoosh opened this issue Dec 30, 2020 · 6 comments
Closed

Vimeo w/ Password Not Working #27591

kooshywoosh opened this issue Dec 30, 2020 · 6 comments

Comments

@kooshywoosh
Copy link

youtube-dl -v --video-password "BarreLove1" "https://vimeo.com/user109873352/review/428572575/dd0024554a"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--video-password', 'PRIVATE', 'https://vimeo.com/user109873352/review/428572575/dd0024554a', '-v']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2020.11.12
[debug] Python version 3.9.0 (CPython) - macOS-10.15.7-x86_64-i386-64bit
[debug] exe versions: none
[debug] Proxy map: {}
[vimeo:review] 428572575: Downloading JSON metadata
ERROR: An extractor error has occurred. (caused by KeyError('clipData')); 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/local/Cellar/youtube-dl/2020.11.12/libexec/lib/python3.9/site-packages/youtube_dl/extractor/common.py", line 532, in extract
    ie_result = self._real_extract(url)
  File "/usr/local/Cellar/youtube-dl/2020.11.12/libexec/lib/python3.9/site-packages/youtube_dl/extractor/vimeo.py", line 1050, in _real_extract
    clip_data = self._download_json(
KeyError: 'clipData'
Traceback (most recent call last):
  File "/usr/local/Cellar/youtube-dl/2020.11.12/libexec/lib/python3.9/site-packages/youtube_dl/extractor/common.py", line 532, in extract
    ie_result = self._real_extract(url)
  File "/usr/local/Cellar/youtube-dl/2020.11.12/libexec/lib/python3.9/site-packages/youtube_dl/extractor/vimeo.py", line 1050, in _real_extract
    clip_data = self._download_json(
KeyError: 'clipData'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/Cellar/youtube-dl/2020.11.12/libexec/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py", line 797, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/Cellar/youtube-dl/2020.11.12/libexec/lib/python3.9/site-packages/youtube_dl/extractor/common.py", line 545, in extract
    raise ExtractorError('An extractor error has occurred.', cause=e)
youtube_dl.utils.ExtractorError: An extractor error has occurred. (caused by KeyError('clipData')); 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.
@october262
Copy link

play the video and press F12 to bring up the debug menu, go to Network, type master
in the search box, you'll see one called master.json, copy the link
and paste into youtube-dl > https://139vod-adaptive.akamaized.net/exp=1609466024~acl=%2F6392c144-6102-4379-ab8b-d464a4aa1652%2F%2A~hmac=5c2a9cc1799eb2be66d5cd7eb41edb8eeada0c930c8bddca45949475aa3e99c9/6392c144-6102-4379-ab8b-d464a4aa1652/sep/video/0999f70b,6e0b68f1,5cf92e40,5d60d70a,241fc4b1/master.json?base64_init=1 now delete the json?base64_init=1 and replace with .mpd the video
will now download.

@kooshywoosh
Copy link
Author

Hm, I'm not seeing a master.json show up in the network tab after playing the video. It looks like Vimeo is sending the video in segments while it plays (segment-1.m4s, segment 2.m4s, etc)

Screen Shot 2020-12-31 at 2 53 16 PM

@october262
Copy link

october262 commented Dec 31, 2020

Hm, I'm not seeing a master.json show up in the network tab after playing the video. It looks like Vimeo is sending the video in segments while it plays (segment-1.m4s, segment 2.m4s, etc)

Screen Shot 2020-12-31 at 2 53 16 PM

type the word master in the little search box in the upper left corner of the debug menu.
right there where it says filter.

@kooshywoosh
Copy link
Author

kooshywoosh commented Dec 31, 2020

It's not there. You can try it yourself:

Video (which will expire at the EOY):
https://vimeo.com/user109873352/review/428572575/dd0024554a

Password:
BarreLove1

Screen Shot 2020-12-31 at 3 57 21 PM

@october262
Copy link

I use chrome debugging tools everyday... it's not there. You can try it yourself:

Video (which will expire at the EOY):
https://vimeo.com/user109873352/review/428572575/dd0024554a

Password:
BarreLove1

Screen Shot 2020-12-31 at 3 57 21 PM

try reloading the page

@kooshywoosh
Copy link
Author

Argh, I swear I tried that 🤕 . Thanks for the info, seems to be downloading now

@remitamine remitamine reopened this Jan 1, 2021
github-actions bot added a commit to hellopony/youtube-dl that referenced this issue Mar 31, 2021
* https://github.com/ytdl-org/youtube-dl:
  [vimeo] fix password protected review extraction(closes ytdl-org#27591)
  [youtube] imporve age-restricted video extraction(ytdl-org#28578)
  release 2021.03.31
  [ChangeLog] Actualize [ci skip]
leshasmlesha pushed a commit to leshasmlesha/youtube-dl that referenced this issue Apr 3, 2021
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

3 participants