[SOLVED] Video download problem from pluralsight.com

I have subscription in Pluralsight. I have download and integrate Internet download manager with Firefox browser. When i download from pluralsight it download the video with .ts format which don’t have any audio.
I would be grateful for help in this regard?

2 Likes

OFFICIAL Windows & Mac Apps Download courses and learn with offline player apps for Windows & Mac.

Download courses from learning sites with youtube-dl


Application : youtube-dl

Documentation: rg3/youtube-dl

Download Multiple Courses At Once without typing much.

Download youtube-dl.exe

  1. Add location of youtube-dl.exe to path variable
  2. Create a youtube-dl.conf file and put it -
  • On Windows C:\Users\<user name>\youtube-dl.conf
  • On Linux /etc/youtube-dl.conf

put the following lines in youtube-dl.conf

  1. -u
  2. -p
  3. -i
  4. -c
  5. –no-warnings
  6. –console-title
  7. –batch-file=‘batch-file.txt’
  8. –max-sleep-interval 80
  9. –min-sleep-interval 60
  10. -o ‘%(playlist_title)s/%(chapter_number)s - %(chapter)s/%(playlist_index)s-%(title)s.%(ext)s’
  11. -f ‘best[height<=720]/worst[height>720]’

Put batch-file.txt where you want to download the courses.

  1. https://app.pluralsight.com/library/courses/project-2016-business-professionals
  2. https://app.pluralsight.com/library/courses/moving-technical-professional-management
  3. https://app.pluralsight.com/library/courses/it-outsourcing-running-initiative

Suppose you put the batch-file.txt on D:\Downloads\batch-file.txt

Open command prompt and go to D:\Downloads and run

  1. D:\Downloads> youtube-dl

Now all your courses will be downloaded on D:\Downloads

From now on just update the URLs of the courses you want to download in batch-file.txt file, Open command prompt and go to D:\Downloads and run

  1. D:\Downloads> youtube-dl

Important: Pluralsight may block your account if you download too many courses at once. 3–5 is a good size if the course size is average.


Search for YouTubeDL.

It doesn’t gave a gui. So, you have to provide the correct commands.

You can search for Download Pluralsight videos with YouTubeDL and you will find the correct link with all the commands.

3 Likes

hello sir please help on windows installation on youtube- id