Created
August 19, 2021 15:58
-
-
Save pratikbin/d6b9184750fb25809adc5f2f9c859244 to your computer and use it in GitHub Desktop.
Download Plurasight Courses with youtube-dl.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create `youtube-dl.bat` file and paste all this below code | |
> youtube-dl.exe --output "c:/YourDownloadPath/Pluralsight%%(playlist)s%%(chapter_number)s - %%(chapter)s%%(playlist_index)s - %%(title)s.%%(ext)s" --cookies "pluralsight_cookie.txt" --no-overwrites --no-post-overwrites --verbose --write-sub --rate-limit 1M --add-header Referer:"https://app.pluralsight.com/library/courses" --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62" --batch-file=batch_filelist_pluralsight.txt | |
> pause | |
* Go to https://www.whatismybrowser.com/detect/what-is-my-user-agent make a note of your user agent i.e. `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62` | |
* Install [EditThisCookie](https://chrome.google.com/webstore/detail/editthiscookie/fngmhnnpilhplaeedifhccceomclgfbg) extension, go to settings and set format (defaults to JSON) to Netscape HTTP Cookie file | |
* Login into Pluralsight using Edge/Chrome | |
* Click on the EdiThisCookie icon, select Export, paste the cookies copied texts into a file called `pluralsight_cookie.txt` (create a `pluralsight_cookie.txt` file in the same directory as `youtube-dl.bat` directory) | |
* create a `batch_filelist_pluralsight.txt` file in the same directory as `youtube-dl.bat` directory and past your Pluralsight course links on this file `batch_filelist_pluralsight.txt` (one link per row) | |
i.e `https://app.pluralsight.com/library/courses/YourCourseLink` | |
Note: after downloading a few videos, Plurasight will ban your account this way. | |
Enjoy | |
Working as of 7-Aug-2021 |
Yes working, but there is no way to escape account banning. Their system is so good.
Hi Prakit,
It will let you download at least 3 4 courses?
I don't mind ban...
I followed steps but still having issue 503 error I get
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
is it still working?
I tried and doesn't seems to work.