Download Pluralsight Subtitles
See original GitHub issueChecklist
- I’m asking a question
- I’ve looked through the README and FAQ for similar questions
- I’ve searched the bugtracker for similar questions including closed ones
Question
I use this command for downloading course subtitles in Pluralsight:
youtube-dl --username USERNAME --password PASSWORD --all-subs URL --skip-download
But I receive this :
[pluralsight:course] unity-shader-graph-introduction: Downloading JSON metadata
[download] Downloading playlist: Introduction to Shader Graph in Unity
[pluralsight:course] playlist Introduction to Shader Graph in Unity: Collected 19 video ids (downloading 19 of them)
[download] Downloading video 1 of 19
[pluralsight] Downloading login page
ERROR: Unable to download webpage: HTTP Error 403: Forbidden (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
But when I use this command, I can download videos:
youtube-dl --username USERNAME --password PASSWORD URL
What should I do to fix this problem ?
Issue Analytics
- State:
- Created 3 years ago
- Comments:16
Top Results From Across the Web
Download Subtitles of courses from Pluralsight - GitHub
Step 1. Login Pluralsight and Open any video of course you want to download subtitle. ; Step 2. View page source by Ctrl...
Read more >Download Subtitles of courses from Pluralsight - Cò in House
Download Subtitles of courses from Pluralsight. This tool help you Download Subtitles of courses from Pluralsight, you need a subscribed account to login....
Read more >Video player - Pluralsight Help Center
Download to PDF. Tags: Skills. The video player delivers course content and lets you control settings for autoplay, subtitles, and playback speed.
Read more >Pluralsight Transcript
This (unofficial) extension is used to allow transcript files to be viewed at the same time as watching a video on Pluralsight.
Read more >[See Bugtracker] Pluralsight subtitles download
Hi, I have an account on Pluralsight, the check for subtitles is ticked but when I download a video it comes without subtitles....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@ATHellboy try adding this argument on your youtube-dl command
something like : >youtube-dl --cookies cookies.txt --write-sub --sub-lang en,es --verbose -f “best[height<=720]/worst[height>720]” https://app.pluralsight.com/library/courses/unity-shader-graph-introduction
Although I think the problem is the authentication , you must to pass the credentials , try upgrade phyton version and pass your credentials in the command ,
@ATHellboy Ah god, yes you have to manually edit one line of those cookies, look for
_sdsat_Target
in your cookies file and add this after Subscription info: (Notice there’s a tab at the beginning of the following snippet)So it will look something like this