-
Notifications
You must be signed in to change notification settings - Fork 10k
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
LesMills on Demand #24223
Comments
Getting this message in the browser:
|
For the record, this was definitely working on 2020-03-02, using youtube-dl 2020.01.24, but not now. Therefore, it looks like nothing youtube-dl has changed, and I can't see how it could be changed to allow for it (given I don't know how youtube-dl works internally). So it looks like for embed.vhx.tv vidoes (or at least Les Mills ones) the unique Solution: Find an embed url that is successfully working with youtube-dl, and copy the |
hello i'm new on youtube-dl can you explain me how to dowload from the mills on demand ?i have a account on the mills |
I am not sure if your method works any more, i have tried many urls and have not found a working one yet.
|
Hi! Many thanks in advance! 😄 |
You need to login to a account with membership access. I clicked on one of the videos until it played, click "View page source" instead of view "iframe source" and then you can find the Report back if you get any further. I tested more url tonight with no joy. just a FYI the |
Thanks a lot for your answer! 😄 |
Verbose log
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--verbose', u'https://embed.vhx.tv/videos/403340?api=1&referrer=https%3A%2F%2Fwatch.lesmillsondemand.com&vimeo=1&auth-user-token=eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxMzkwNDYyMiwiZXhwIjo
xNTgzMjMxOTQ1fQ.rjqpIycYhoy4eliFt2M6-CYzy0eSnZFfqHK7nOxOfa0', u'-o', u'THE TRIP #13.mp4']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.03.01
[debug] Python version 2.7.17 (CPython) - Linux-5.0.0-1031-gcp-x86_64-with-Ubuntu-18.04-bionic
[debug] exe versions: none
[debug] Proxy map: {}
[vhx:embed] 403340: Downloading webpage
[vhx:embed] 403340: Downloading JSON metadata
ERROR: Unable to download JSON metadata: HTTP Error 403: Forbidden (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to upd
ate. Be sure to call youtube-dl with the --verbose flag and include its complete output.
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 627, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2238, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/usr/lib/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 467, in error
result = self._call_chain(*args)
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 654, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/usr/lib/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 473, in error
return self._call_chain(*args)
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
Description
I have been trying to download from Les Mills on demand, which plays videos via Vimeo. I have gained the user auth token and the video is playable via a browser link. However, I have this error when trying to use youtube-dl to capture the video.
Any help is appreciated.
The text was updated successfully, but these errors were encountered: