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

Cannot download from banned.video #26989

Open
ThorstenWetzig opened this issue Nov 16, 2020 · 2 comments
Open

Cannot download from banned.video #26989

ThorstenWetzig opened this issue Nov 16, 2020 · 2 comments

Comments

@ThorstenWetzig
Copy link

@ThorstenWetzig ThorstenWetzig commented Nov 16, 2020

Hello,

I tried to download: ydl-mp4 https://banned.video/watch?id=5f4d56c5838dfb0597dd8187
And I get:

[generic] watch?id=5f4d56c5838dfb0597dd8187: Requesting header
WARNING: Could not send HEAD request to https://banned.video/watch?id=5f4d56c5838dfb0597dd8187: HTTP Error 403: Forbidden
[generic] watch?id=5f4d56c5838dfb0597dd8187: Downloading webpage
ERROR: Unable to download webpage: HTTP Error 403: Forbidden (caused by <HTTPError 403: 'Forbidden'>); 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.

youtube-dl -U
Usage: youtube-dl [OPTIONS] URL [URL...]

youtube-dl: error: youtube-dl's self-update mechanism is disabled on Debian.
Please update youtube-dl using apt(8).
See https://packages.debian.org/sid/youtube-dl for the latest packaged version.

sudo apt install youtube-dl
[sudo] password for thorsten:
Reading package lists... Done
Building dependency tree
Reading state information... Done
youtube-dl is already the newest version (2020.03.24-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Thank you and lots of LOVE!

@vpereira
Copy link

@vpereira vpereira commented Nov 16, 2020

. 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.

You are trying a down-streamed version, you should get the last version from upstream and test it: https://github.com/ytdl-org/youtube-dl/releases/tag/2020.09.20

@caioalonso
Copy link

@caioalonso caioalonso commented Nov 16, 2020

Using the current master:

youtube-dl on  master via 🐍 v3.8.6 
$ git log -1
commit 1737ea69b978f7ebe0f52c526d3dda5ba5c196b6 (HEAD -> master, origin/master, origin/HEAD)
Author: Remita Amine <remitamine@gmail.com>
Date:   Mon Nov 16 15:55:07 2020 +0100

    [cnbc] fix extraction

youtube-dl on  master via 🐍 v3.8.6 
$ bin/youtube-dl --verbose "https://banned.video/watch?id=5f4d56c5838dfb0597dd8187"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://banned.video/watch?id=5f4d56c5838dfb0597dd8187']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2020.11.01.1
[debug] Python version 3.8.6 (CPython) - Linux-5.9.8-arch1-1-x86_64-with-glibc2.2.5
[debug] exe versions: ffmpeg 4.3.1, ffprobe 4.3.1, rtmpdump 2.4
[debug] Proxy map: {}
[generic] watch?id=5f4d56c5838dfb0597dd8187: Requesting header
WARNING: Could not send HEAD request to https://banned.video/watch?id=5f4d56c5838dfb0597dd8187: HTTP Error 403: Forbidden
[generic] watch?id=5f4d56c5838dfb0597dd8187: Downloading webpage
ERROR: Unable to download webpage: HTTP Error 403: Forbidden (caused by <HTTPError 403: 'Forbidden'>); 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 "/usr/lib/python3.8/site-packages/youtube_dl/extractor/common.py", line 632, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "/usr/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 2238, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.8/urllib/request.py", line 569, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
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.