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

Code 403 with RTBF Auvio videos #16101

Closed
Joreel opened this issue Apr 5, 2018 · 6 comments
Closed

Code 403 with RTBF Auvio videos #16101

Joreel opened this issue Apr 5, 2018 · 6 comments

Comments

@Joreel
Copy link

@Joreel Joreel commented Apr 5, 2018


Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2018.04.03. 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 2018.04.03

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

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

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'https://www.rtbf.be/auvio/detail_questions-a-la-une?id=2331208']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.04.03
[debug] Python version 2.7.13 (CPython) - Linux-4.14.26-2-osmc-armv7l-with-debian-9.4
[debug] exe versions: none
[debug] Proxy map: {}
[RTBF] 2331208: Downloading JSON metadata
[debug] Default format spec: best/bestvideo+bestaudio
[debug] Invoking downloader on u'http://rtbf-vod.l3.freecaster.net/vod/rtbf/geo/drm/3/3yS2x9p9UX-720p.mp4'
ERROR: unable to download video data: HTTP Error 403: Forbidden
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1896, in process_info
    success = dl(filename, info_dict)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1835, in dl
    return fd.download(name, info)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 365, in download
    return self.real_download(filename, info_dict)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/http.py", line 340, in real_download
    establish_connection()
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/http.py", line 109, in establish_connection
    ctx.data = self.ydl.urlopen(request)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2199, 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 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)
HTTPError: HTTP Error 403: Forbidden


Description of your issue, suggested solution and other information

I think I know what the problem is. Since recently the RTBF forces users to sign in, in order to watch the videos. That would explain the code 403.

@kevmns
Copy link

@kevmns kevmns commented Dec 30, 2018

Still have the 403 access eror with my credentials provided, can someone help ?

@kevmns
Copy link

@kevmns kevmns commented Jan 1, 2019

Still have the 403 access eror with my credentials provided, can someone help ?

@Twilkie, do you any idea about this issue ? Another Belgian provider.

@Twilkie
Copy link

@Twilkie Twilkie commented Jan 1, 2019

@kevmns it says DRM in the download url. So the file might be protected. Will check later.

@kevmns
Copy link

@kevmns kevmns commented Jan 1, 2019

@kevmns it says DRM in the download url. So the file might be protected. Will check later.

Does DRM protected mean directly undownloadable ? Thanks for your help.

@Twilkie
Copy link

@Twilkie Twilkie commented Jan 1, 2019

DRM means digital rights management, it says what you can and cannot do with a file. So it's doesn't necessarily mean you can't download it but it's not a good sign.
Anyway, I tried the url of your example in a browser. It says 404 page not found. Is the video you are trying no longer available?

@Twilkie
Copy link

@Twilkie Twilkie commented Jan 1, 2019

Also, you are commenting on a closed issue.

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.