You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've verified that I'm running youtube-dl version 2021.04.26
I've checked that all provided URLs are alive and playable in a browser
I've checked that all URLs and arguments with special characters are properly quoted or escaped
I've searched the bugtracker for similar issues including closed ones
Verbose log
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py", line 1967, in process_info
success = dl(filename, info_dict)
File "/usr/local/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py", line 1906, in dl
return fd.download(name, info)
File "/usr/local/lib/python3.9/site-packages/youtube_dl/downloader/common.py", line 366, in download
return self.real_download(filename, info_dict)
File "/usr/local/lib/python3.9/site-packages/youtube_dl/downloader/http.py", line 351, in real_download
establish_connection()
File "/usr/local/lib/python3.9/site-packages/youtube_dl/downloader/http.py", line 116, in establish_connection
raise err
File "/usr/local/lib/python3.9/site-packages/youtube_dl/downloader/http.py", line 110, in establish_connection
ctx.data = self.ydl.urlopen(request)
File "/usr/local/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py", line 2279, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/usr/local/lib/python3.9/urllib/request.py", line 523, in open
response = meth(req, response)
File "/usr/local/lib/python3.9/urllib/request.py", line 632, in http_response
response = self.parent.error(
File "/usr/local/lib/python3.9/urllib/request.py", line 561, in error
return self._call_chain(*args)
File "/usr/local/lib/python3.9/urllib/request.py", line 494, in _call_chain
result = func(*args)
File "/usr/local/lib/python3.9/urllib/request.py", line 641, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden
Checklist
Verbose log
Description
When I try to download from sibnet with such a link,
https://video.sibnet.ru/video2643599-_AnimeOu_Kaichou_Wa_Maid_Sama__04/?utm_source=player&utm_medium=video&utm_campaign=EMBED
I get the error 403.
The text was updated successfully, but these errors were encountered: