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

tape.ly 403 forbidden? #4138

Closed
kberry opened this issue Nov 9, 2014 · 2 comments
Closed

tape.ly 403 forbidden? #4138

kberry opened this issue Nov 9, 2014 · 2 comments
Assignees
Labels

Comments

@kberry
Copy link

@kberry kberry commented Nov 9, 2014

with version 2014.11.04, i try youtube-dl --verbose http://tape.ly/shape-of-breath (or any tape.ly url so far) and get:
ERROR: Unable to download JSON metadata: HTTP Error 403: Forbidden
(full transcript below)

i thought it might be as simple as filtering on the user agent, but when i tried youtube-dl -ua "anything", it asks me:
Type account password and press [Return]:
which doesn't make sense to me; and then subsequent cmdline parsing seems confused.

anyway, here's the --verbose result of the trial (i broke long lines since github apparently won't let me upload a text attachment). thanks for adding the support in the first place, hope it's easy to tweak.

$ youtube-dl --verbose http://tape.ly/shape-of-breath
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://tape.ly/shape-of-breath']
[debug] Encodings: locale ANSI_X3.4-1968, fs ANSI_X3.4-1968,
 out ANSI_X3.4-1968, pref ANSI_X3.4-1968
[debug] youtube-dl version 2014.11.04
[debug] Python version 2.6.6 -
 Linux-2.6.32-504.el6.centos.plus.i686-i686-with-centos-6.6-Final
[debug] exe versions: ffmpeg 0.6.5, ffprobe 0.6.5, rtmpdump 2.3
[debug] Proxy map: {}
[Tapely] shape-of-breath: 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 . Be sure to call youtube-dl with the --verbose
 flag and include its complete output. Make sure you are using the latest
 version; type  youtube-dl -U  to update.
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py",
  line 232, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1289,
  in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib/python2.6/urllib2.py", line 397, in open
    response = meth(req, response)
  File "/usr/lib/python2.6/urllib2.py", line 510, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.6/urllib2.py", line 435, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.6/urllib2.py", line 518, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
@jaimeMF jaimeMF added the broken-IE label Nov 9, 2014
@naglis naglis self-assigned this Nov 9, 2014
@naglis naglis closed this in 1a92e08 Nov 9, 2014
@naglis
Copy link
Collaborator

@naglis naglis commented Nov 9, 2014

@kberry, thanks for the report! This bug should be fixed in the next release of youtube-dl.

@phihag
Copy link
Contributor

@phihag phihag commented Nov 12, 2014

This has been fixed in youtube-dl 2014.11.12.1 and newr. Refer to our FAQ to see how to update.

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