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.

How to download pluralsight video with subtitle from playlist?

See original GitHub issue

What is the purpose of your issue?

  • Feature request (request for a new functionality)
  • Question

Hi there! Great work and thank you youtube-dl developer. May I ask, Can I download video from pluralsight with subtitle ?

$ youtube-dl --version
2016.05.16

I able to grab video via playlist: $ youtube-dl --username user@email.com --password password --list-subs "https://app.pluralsight.com/library/courses/play-by-play-laravel-5-getting-started"

It tried with --embed-subsand --write-sub parameter but no subtitle was found.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:5
  • Comments:31

github_iconTop GitHub Comments

2reactions
bitsnapscommented, Sep 20, 2017

@HossamEldinMahmoud to actually download subs files use --all-subs because --list-subs will only list (show) them in console. --all-subs works with me (v2017.09.15).

2reactions
Rainyroadcommented, Feb 8, 2017

@HossamEldinMahmoud

OK bro. Go and download youtube-dl.exe Now use CMD and go to a folder that contains youtube-dl.exe file. Just Copy one of the below lines in CMD!

• If you want to download video+subtitle, use this code and replace XXXX with your video’s URL :

youtube-dl --username Username --password password all-subs “XXXX”

• If you want to download subtitles only, use this code and replace XXXX with your video’s URL :

youtube-dl --username Username --password password all-subs “XXXX” --skip-download

Note : In both condition, you must enter your pluralsight’s Username & Password instead of Bolded words!

Any question? No problem, You have me! 💃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tutorial: Download Pluralsight Videos with Youtube-DL - Reddit
It only downloads 1 video from the playlist in pluralsight. Help me please?
Read more >
Pluralsight Videos Free Download With & without 3rd Party Tool
pluralsightPluralsight Videos Free DownloadDownload pluralsight videos for free with & without using 3rd party tool ...
Read more >
Tutorials: How can I download PluralSight training videos?
Open up Source Panel, then click the button Network, and there is a button Media under it. Go to the video you want...
Read more >
Download Pluralsight videos in HD
Copy your Pluralsight video URL and paste into "Video URL" bar. · Click "Download" button. · Select your preferred format ( MP3, MP4,...
Read more >
A brand new website interface for an even better experience!
How to download pluralsight video with subtitle from playlist ?
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