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.
pluralsight 404 not found #13770
pluralsight 404 not found #13770
Comments
|
I have same issue, even on a course that downloaded fine last week now gives HTTP Error 404: Not Found Also get same error on safaribooksonline, which also worked fine few days ago |
|
Have the same issue with 2017.07.30.1. |
|
Temporary pluralsight issue. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.07.23. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add
-vflag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.
i am getting error while download every course of pluralsight but i can access via browser
PS C:\Users\HD37> youtube-dl --verbose -o '
/downloads/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' https://downloads/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s', u'h/pluralsight.com/training/Courses/TableOfContents/dot-net-applications-deployment-pipeline --sleep-interval 90 --limit-r
ate 200k --username 123@123.com --password 123
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--verbose', u'-o', u'
ttps://pluralsight.com/training/Courses/TableOfContents/dot-net-applications-deployment-pipeline', u'--sleep-interval',
u'90', u'--limit-rate', u'200k', u'--username', u'PRIVATE', u'--password', u'PRIVATE']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2017.07.23
[debug] Python version 2.7.12 - Windows-8.1-6.3.9600
[debug] exe versions: none
[debug] Proxy map: {}
[generic] dot-net-applications-deployment-pipeline: Requesting header
[redirect] Following redirect to https://app.pluralsight.com/courses/dot-net-applications-deployment-pipeline
[pluralsight:course] dot-net-applications-deployment-pipeline: Downloading course JSON
[download] Downloading playlist: Building a Deployment Pipeline for .NET Applications
[pluralsight:course] playlist Building a Deployment Pipeline for .NET Applications: Collected 43 video ids (downloading
43 of them)
[download] Downloading video 1 of 43
[pluralsight] Downloading login page
[pluralsight] Logging in as 123@123.com
[pluralsight] 83c28313-c7af-46b2-95e6-f45132246d14-0: Downloading JSON metadata
[pluralsight] 83c28313-c7af-46b2-95e6-f45132246d14-0: Downloading mp4-high-widescreen viewclip JSON
[pluralsight] 83c28313-c7af-46b2-95e6-f45132246d14-0: Waiting for 2 seconds to avoid throttling
[debug] Default format spec: best
[debug] Invoking downloader on u'http://vid21.pluralsight.com/clips/resolution/51186bac-faf5-4019-ad65-48153e53c23c/mp4/
1280x720.mp4?EClsKB5jeDSQZxLxiNKAbIFvSWs_zzHWP8o_fU_YlYS6xp0Mup-lIlHqcJCVKpWRE0U7gPt1kLNy68ovzmm01o4u6VbpNMqnpXJW8XChZYP
ryKzlqtfkT6RtcwIvH7UqoAsU8uDSlURwW4YzU3a2DxVb4Frie7BwQiFMSQdzzdcfxbUOQg'
[download] Sleeping 90 seconds...
ERROR: unable to download video data: HTTP Error 404: Not Found
Traceback (most recent call last):
File "c:\python27\lib\site-packages\youtube_dl\YoutubeDL.py", line 1863, in process_info
success = dl(filename, info_dict)
File "c:\python27\lib\site-packages\youtube_dl\YoutubeDL.py", line 1805, in dl
return fd.download(name, info)
File "c:\python27\lib\site-packages\youtube_dl\downloader\common.py", line 361, in download
return self.real_download(filename, info_dict)
File "c:\python27\lib\site-packages\youtube_dl\downloader\http.py", line 61, in real_download
data = self.ydl.urlopen(request)
File "c:\python27\lib\site-packages\youtube_dl\YoutubeDL.py", line 2166, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "c:\python27\lib\urllib2.py", line 435, in open
response = meth(req, response)
File "c:\python27\lib\urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "c:\python27\lib\urllib2.py", line 473, in error
return self._call_chain(*args)
File "c:\python27\lib\urllib2.py", line 407, in _call_chain
result = func(*args)
File "c:\python27\lib\urllib2.py", line 556, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found
PS C:\Users\HD37>