Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
HTTP Error 403 on pluralsight #21869
Comments
|
youtube-dl --version [debug] Python version 3.6.5 (CPython) - Linux-4.12.14-lp151.28.10-default-x86_64-with-glibc2.3.4 |
|
It means your account is locked. Try again in a few minutes. |
[download] Downloading video 1 of 29
[pluralsight] Downloading login page
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 "/snap/youtube-dl/1638/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 627, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/snap/youtube-dl/1638/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 2227, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/snap/youtube-dl/1638/usr/lib/python3.5/urllib/request.py", line 472, in open
response = meth(req, response)
File "/snap/youtube-dl/1638/usr/lib/python3.5/urllib/request.py", line 582, in http_response
'http', request, response, code, msg, hdrs)
File "/snap/youtube-dl/1638/usr/lib/python3.5/urllib/request.py", line 510, in error
return self._call_chain(*args)
File "/snap/youtube-dl/1638/usr/lib/python3.5/urllib/request.py", line 444, in _call_chain
result = func(*args)
File "/snap/youtube-dl/1638/usr/lib/python3.5/urllib/request.py", line 590, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)