PW Course Downloader

Download PW course content

< Commentaires sur PW Course Downloader

Question / commentaire

§
Posté le: 16/04/2026

please tell us about how to use this script i am beginner please help us more about this thing thank you

§
Posté le: 08/06/2026

please tell us about how to use this script i am beginner please help us more about this thing thank you

install script and then edit the following in code like this -
1. SESSION_TOKEN - for this, while on pw website open inspect then network tab, search 'fetch' and you'll a fetch-batch request there,click on it, copy the authorization token from request header section. this is your session token.
2. BATCH_ID - in the same request, in general you'll see a link like this : "https://api.penpencil.co/batch-service/v1/reco-engine/{BATCH ID}/fetch-batches", copy the batch id and put it in the code.
3. lastly scroll down the bottom of code(line 500), replace the slug with the batch id you found.

Poster une réponse

Connectez-vous pour poster une réponse.