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

[Twitch VOD] Failed to Download m3u8 HTTP Error 403 #6170

Closed
orthanc42 opened this issue Jul 7, 2015 · 3 comments
Closed

[Twitch VOD] Failed to Download m3u8 HTTP Error 403 #6170

orthanc42 opened this issue Jul 7, 2015 · 3 comments

Comments

@orthanc42
Copy link

@orthanc42 orthanc42 commented Jul 7, 2015

I'm getting this output when I try to download a twitch VOD video.

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://www.twitch.tv/theattack/v/7013556', '--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.07.07
[debug] Python version 3.4.3 - Linux-3.19.3-3-ARCH-x86_64-with-arch
[debug] exe versions: ffmpeg 2.7.1, ffprobe 2.7.1, rtmpdump 2.4
[debug] Proxy map: {}
[twitch:vod] 7013556: Downloading vod info JSON
[twitch:vod] 7013556: Downloading vod access token
[twitch:vod] 7013556: Downloading m3u8 information
ERROR: Failed to download m3u8 information: HTTP Error 403: ERROR (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 update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
  File "./youtube-dl/youtube_dl/extractor/common.py", line 312, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "./youtube-dl/youtube_dl/YoutubeDL.py", line 1729, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib/python3.4/urllib/request.py", line 469, in open
    response = meth(req, response)
  File "/usr/lib/python3.4/urllib/request.py", line 579, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python3.4/urllib/request.py", line 507, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.4/urllib/request.py", line 441, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.4/urllib/request.py", line 587, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 7, 2015

Can you watch it in browser?

@orthanc42
Copy link
Author

@orthanc42 orthanc42 commented Jul 7, 2015

Its a subscriber only video, are those supported in youtube-dl?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 7, 2015

You have to tell youtube-dl your --username and --password.

@dstftw dstftw closed this Jul 7, 2015
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
2 participants
You can’t perform that action at this time.