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