ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
131.68k stars 9.97k forks source link

Download Pluralsight transcripts from the transcript tab instead of accessing all videos #13955

Closed 0x7FFFFFFFFFFFFFFF closed 7 years ago

0x7FFFFFFFFFFFFFFF commented 7 years ago

Please follow the guide below


Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2017.08.18. 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


Description of your issue, suggested solution and other information

Currently when I'm downloading transcripts from a course from www.pluralsight.com, it seems youtube-dl download them from individual video pages. youtube-dl needs to access all videos of a course in order to download them. After downloaded them, the whole course is marked as watched. However, on the course page there is a tab called "transcript" that include all the transcripts of the couse (for all videos). Is it possible to download transcripts from this page so that it more performant and doesn't need to mark all videos as watched?

dstftw commented 7 years ago

tab called "transcript" that include all the transcripts of the couse (for all videos)

Contains only first video.

0x7FFFFFFFFFFFFFFF commented 7 years ago

Oh that's not true. I tried on several courses and all of them include all transcripts in the "transcript" tab. I captured a snapshot, see this http://imgur.com/a/KOCHP

shanyuen commented 7 years ago

you can use --write-sub --skip-download parameter on playlist page, then it will download subtitles without video files. Make sure you limit 2 minutes per session, or your account will be freezed for several days.