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.
ERROR: Unable to download webpage: HTTP Error 503: Service Unavailable (caused by <HTTPError 503: 'Service Unavailable'>); https://safaribooksonline.com #16636
Comments
|
i am getting the same issue from today |
|
Any solution? i am with the same problem |
|
It's work fine now |
C:\youtube-dl-master\downloaded>youtube-dl -u ****@gmail.com -p **** -v --all-subs -i -c -w -o "C:\Bank2020\youtube-dl-master\downloaded%(playlist)s%(playl
ist_index)s-%(title)s.%(ext)s" --external-downloader aria2c.exe https://www.safaribooksonline.com/library/view/reactjs-fundamentals-and/9780134688671/ --convert-subs srt
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-u', 'PRIVATE', '-p', 'PRIVATE', '-v', '--all-subs', '-i', '-c', '-w', '-o', 'C:\youtube-dl-master\downloaded\%(playlist)s\%(playlist_
index)s-%(title)s.%(ext)s', '--external-downloader', 'aria2c.exe', 'https://www.safaribooksonline.com/library/view/reactjs-fundamentals-and/9780134688671/', '--convert-subs', 's
rt']
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252
[debug] youtube-dl version 2018.06.04
[debug] Python version 3.6.5 (CPython) - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg N-90866-g48330500ef, ffprobe N-90866-g48330500ef
[debug] Proxy map: {}
[safari:course] Downloading login form
[safari:course] Logging in
[safari:course] 9780134688671: Downloading course JSON
[download] Downloading playlist: React.js Fundamentals and Advanced LiveLessons
[safari:course] playlist React.js Fundamentals and Advanced LiveLessons: Collected 85 video ids (downloading 85 of them)
[download] Downloading video 1 of 85
[safari:api] Downloading login form
[safari:api] 9780134688671/arjs_00_00: Downloading part JSON
[safari] Downloading login form
[safari] 9780134688671-arjs_00_00: Downloading webpage
ERROR: Unable to download webpage: HTTP Error 503: Service Unavailable (caused by <HTTPError 503: 'Service Unavailable'>); please report this issue on https://yt-dl.org/bug . Ma
ke 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 "c:\python36\lib\site-packages\youtube_dl\extractor\common.py", line 579, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 2211, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "c:\python36\lib\urllib\request.py", line 532, in open
response = meth(req, response)
File "c:\python36\lib\urllib\request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
File "c:\python36\lib\urllib\request.py", line 564, in error
result = self._call_chain(*args)
File "c:\python36\lib\urllib\request.py", line 504, in _call_chain
result = func(*args)
File "c:\python36\lib\urllib\request.py", line 756, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "c:\python36\lib\urllib\request.py", line 532, in open
response = meth(req, response)
File "c:\python36\lib\urllib\request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
File "c:\python36\lib\urllib\request.py", line 570, in error
return self._call_chain(*args)
File "c:\python36\lib\urllib\request.py", line 504, in _call_chain
result = func(*args)
File "c:\python36\lib\urllib\request.py", line 650, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)