Coder Social home page Coder Social logo

Comments (16)

vezaynk avatar vezaynk commented on July 17, 2024 8

Oh wow! This is news to me, thanks. I will definitely try find time to get this project working again.

from pluralsight-scraper.

brofist01 avatar brofist01 commented on July 17, 2024 2

guys , none of the onlune apps/extensions works, nothing works for this april !
the only working pluralsight downloader is decrypter but the repo got deleted !
So here's a new one !

https://github.com/brofist01/Pluralsight-Decrypt

i put a description for u , i hope they don't delete that youtube video too

from pluralsight-scraper.

vezaynk avatar vezaynk commented on July 17, 2024 2

I have most of the code written for the new version today. It’s cleaner, faster, overall better.

I have swapped out the backend from nightmarejs to puppeteer. It’s now solely used for login and nothing more. All the rest of the work is now done in node proper.

This will allow it run with much less overhead after the initial login.

I am currently figuring out a clean way around the rate-limiting such that it wastes the minimal amount of time waiting around.

Edit: For sake of a faster release, I think this will come later.

After that its just some documentation and configurability.

I will have more improvements down the line (post-release).

To close, you can expect a release tomorrow night.

from pluralsight-scraper.

vezaynk avatar vezaynk commented on July 17, 2024 2

@Qiangong2 I'm inclined to believe it's tracking per account and not per IP. It may also be a mix of both, but there's definitely some per-account controls going on.

@candidodmv It is exactly what my new code is doing, with the difference of getting the clipIds from the API instead of InitialState.

from pluralsight-scraper.

iifast2 avatar iifast2 commented on July 17, 2024 1

i doubt so , i tried every download app / extension ... im still trying to find something that could download pluralsight vids , if you find any tool out there just tell me πŸ‘

from pluralsight-scraper.

Qiangong2 avatar Qiangong2 commented on July 17, 2024 1

Awesome. I look forward to your progress :)

from pluralsight-scraper.

MustafaAlQadoum avatar MustafaAlQadoum commented on July 17, 2024 1

Good luck knyzorg, waiting for the update :)

from pluralsight-scraper.

vezaynk avatar vezaynk commented on July 17, 2024 1

@brofist01 Decrypter as in decrypting files downloaded by the offline player?

Either way, the source code appears to be missing. Do you have it?

from pluralsight-scraper.

iifast2 avatar iifast2 commented on July 17, 2024 1

the decrypt app works for me @brofist01 thanks !

from pluralsight-scraper.

vezaynk avatar vezaynk commented on July 17, 2024 1

I have a work in progress here: https://github.com/knyzorg/pluralsight-scraper/tree/version-2

There is however, a very serious problem. Pluralsight seems to have generally upped their defences against this sort of thing and is actively blocking access.

I made the mistake of doing this from my own account. It took a lot of activity to get it suspended. Oh well, I wasn't using it anyways.

I then proceeded to make a new free account, but it got flagged before it even had time to download a single course:

Email from pluralsight

This was despite waiting 10 seconds between requests. I'm not sure what number is safe. We could try 20? 30? 60 seconds?

Anyways, I got 2 accounts suspended tonight, I'll continue messing around with it tomorrow. The magic waiting number is on line 36, feel free to play with it (But err on the side of caution). The place to modify the course to download is line 102.

Worst case scenario I'll set it to something like 2 minutes between each request.

Beyond timeouts, we could experiment with rotating accounts. I rather not go through the hassle of it myself, but implementing it would be fairly trivial.

from pluralsight-scraper.

vezaynk avatar vezaynk commented on July 17, 2024 1

I have pushed to master. I did not test it end-to-date due to my accounts getting banned. I have increased the timeouts to avoid it happening. You can modify the code to increase them further. I don't know how much it matters.

Anyways. Version 2 has arrived. Tell me how it breaks!

from pluralsight-scraper.

brofist01 avatar brofist01 commented on July 17, 2024

@knyzorg yes , you download pluralsight offline courses in thier app , then take the data , decrypt them .

nope :/

this is the original repo ( it was deleted by the DMC for some reason ) :

https://github.com/vinhloc1996/DecryptPluralSightVideos

im just reposting for research purposes .... you can ask @vinhloc1996 if he got source code , last time i checked he had V1.3 , the one im sharing is v1.0

from pluralsight-scraper.

Qiangong2 avatar Qiangong2 commented on July 17, 2024

@brofist01 Thanks for the decrypter, but there is no Net/Free/OpenBSD (Or even Linux) version of the offline player, so it will not work for me. Hopefully the pluralsight downloader will work fully.

from pluralsight-scraper.

Qiangong2 avatar Qiangong2 commented on July 17, 2024

Awesome! Thanks for getting on this so quickly!

from pluralsight-scraper.

Qiangong2 avatar Qiangong2 commented on July 17, 2024

Could it be an IP issue? That might be why you got the ban so quick. Maybe try a different dns (like 1.1.1.1)?

from pluralsight-scraper.

candidodmv avatar candidodmv commented on July 17, 2024

I also try to solve the initial problem of "blob:url", but with other mechanisms, using theier own infrastructured, that is with their codes.

I've seen that on the player there's a global variable called "initialState" that has almost the enougth information for do the work, but the magic remais in only one request([POST]https://app.pluralsight.com/video/clips/v3/viewclip), that return all real information about the video(paths), but for any reason, i cant reproduce this request with injected code, the server reject the request(eveni sending the same parameters/headers).

Another way is using the m3u8, obteined easily with filtering the request with electron webRequest events(url.toLowerCase().endsWith('/master.m3u8')).
but, i don't find a way to download the video file from this format.πŸ€”

from pluralsight-scraper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.