· 8 years ago · Mar 31, 2018, 06:42 AM
1youtube-dl --all-subs -c -u ************@gmail.com -o '%(playlist)s/%(chapter_number)s - %(chapter)s/%(playlist_index)s - %(title)s.%(ext)s' https://www.udemy.com/aws-certified-solutions-architect-associate/learn/v4/overview -v[debug] System config: []
2[debug] User config: []
3[debug] Custom config: []
4[debug] Command-line args: [u'--all-subs', u'-c', u'-u', u'PRIVATE', u'-o', u'%(playlist)s/%(chapter_number)s - %(chapter)s/%(playlist_index)s - %(title)s.%(ext)s', u'https://www.udemy.com/aws-certified-solutions-architect-associate/learn/v4/overview', u'-v']
5Type account password and press [Return]:
6[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
7[debug] youtube-dl version 2018.03.26.1
8[debug] Python version 2.7.9 (CPython) - Linux-4.15.11-feral-x86_64-with-debian-9.4
9[debug] exe versions: ffmpeg N-45155-gb6652f510-static, ffprobe 3.2.10-1
10[debug] Proxy map: {}
11[udemy:course] Downloading login popup
12[udemy:course] Logging in
13[udemy:course] aws-certified-solutions-architect-associate: Downloading webpage
14ERROR: Unable to download webpage: HTTP Error 403: Unauthorized (caused by HTTPError()); 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.
15 File "/media/dff0/funtime/pip/local/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 519, in _request_webpage
16 return self._downloader.urlopen(url_or_request)
17 File "/media/dff0/funtime/pip/local/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 2199, in urlopen
18 return self._opener.open(req, timeout=self._socket_timeout)
19 File "/usr/lib/python2.7/urllib2.py", line 435, in open
20 response = meth(req, response)
21 File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
22 'http', request, response, code, msg, hdrs)
23 File "/usr/lib/python2.7/urllib2.py", line 473, in error
24 return self._call_chain(*args)
25 File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
26 result = func(*args)
27 File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
28 raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)