question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Download Pluralsight Subtitles

See original GitHub issue

Checklist

  • 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:closed
  • Created 3 years ago
  • Comments:16

github_iconTop GitHub Comments

1reaction
jhondbvcommented, Apr 21, 2020

@ATHellboy try adding this argument on your youtube-dl command

-f “best[height<=720]/worst[height>720]”

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 ,

1reaction
jaimeblcommented, Apr 21, 2020

@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)

	InTerm:true|FullLibrary:true|Free:true|Trial:false|UserType:individual

So it will look something like this

app.pluralsight.com	FALSE	/	FALSE	1650564064	_sdsat_Target Subscription Info	InTerm:true|FullLibrary:true|Free:true|Trial:false|UserType:individual
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found