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

Vessel Authentication Broke #10586

Closed
Kilo19 opened this issue Sep 7, 2016 · 3 comments
Closed

Vessel Authentication Broke #10586

Kilo19 opened this issue Sep 7, 2016 · 3 comments

Comments

@Kilo19
Copy link

@Kilo19 Kilo19 commented Sep 7, 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.04.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.04.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
$ youtube-dl -v https://www.vessel.com/videos/UVKzKf25U -u 'MYVESSELUSER' -p 'MYVESSELPASS'
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['https://www.vessel.com/videos/UVKzKf25U', '-u', 'PRIVATE', '-p', 'PRIVATE', '-v']
[debug] Encodings: locale cp936, fs mbcs, out cp936, pref cp936
[debug] youtube-dl version 2016.09.04.1
[debug] Python version 3.5.1 - Windows-7-6.1.7601-SP1
[debug] exe versions: none
[debug] Proxy map: {}
[Vessel] Logging in
ERROR: Wrong login info: HTTP Error 400: Bad Request (caused by <HTTPError 400: 'Bad Request'>); 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.
  File "c:\users\sajuuk\appdata\local\programs\python\python35-32\lib\site-packages\youtube_dl\extractor\common.py", line 394, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "c:\users\sajuuk\appdata\local\programs\python\python35-32\lib\site-packages\youtube_dl\YoutubeDL.py", line 1998, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "c:\users\sajuuk\appdata\local\programs\python\python35-32\lib\urllib\request.py", line 471,in open
    response = meth(req, response)
  File "c:\users\sajuuk\appdata\local\programs\python\python35-32\lib\urllib\request.py", line 581,in http_response
    'http', request, response, code, msg, hdrs)
  File "c:\users\sajuuk\appdata\local\programs\python\python35-32\lib\urllib\request.py", line 509,in error
    return self._call_chain(*args)
  File "c:\users\sajuuk\appdata\local\programs\python\python35-32\lib\urllib\request.py", line 443,in _call_chain
    result = func(*args)
  File "c:\users\sajuuk\appdata\local\programs\python\python35-32\lib\urllib\request.py", line 589,in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
...
<end of log>

Description of your issue, suggested solution and other information

Downloading exclusive videos on Vessel with username and password used to work a couple of days ago, and now I can only pass cookies. I believe a 7 or 10 day free trial for Vessel membership is available, or ask people watching LinusTechTips on Vessel. If neither is possible, email admin@nixiesubs.com for a valid credential. Please include the URL of this issue.

@badp
Copy link

@badp badp commented Oct 29, 2016

If you're ever going to fix this, the time is now, since the service is going down literally tomorrow. Lots of content is going to vanish very soon.

@Kilo19
Copy link
Author

@Kilo19 Kilo19 commented Oct 29, 2016

Since Vessel is going down (no pun intended), I'll close the issue myself.

@Kilo19 Kilo19 closed this Oct 29, 2016
@badp
Copy link

@badp badp commented Oct 29, 2016

Thank you for mentioning the --add-header workaround. I guess I'll spend some words on how to do that.

  1. Log into vessel on your browser
  2. HIt F12 or Ctrl-Shift-I to open the developer tools
  3. Click on the Network tab
  4. Refresh the Vessel webpage
  5. Back to the network tab, scroll to the top and click on the first request
  6. Look at the Cookie header and copy it. This is what it should look like:
  7. At the prompt type youtube-dl --add-header ', then paste what you copied, then ' followed by a space and the url(s) of the videos you want to preserve.

Of course this still only gives you access to videos you have a right to watch. If you don't have a subscription, you probably can't get one now, so you're out of luck.

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.