Closed aashish1910 closed 4 years ago
It is false already. I am using in Windows 10. It will run on it?
async function launchBrowser(args?: object) { let configuration = { userDataDir: ROOT_PATH + '/data', headless: false };
try npm install
instead of npm run install
If I have a subscription of one month and have access to all courses, then can I download each and every course? Thanks for guiding me above.
Yes. Just make downloadAllCourses = true
in default.json file and start script.
You may need to keep checking the files it generates. Sometimes it log you out and tool will keep downloading blank pages. So keep checking every last file in downloaded folder and track back if you see any blank file. We will fix the issue in future. Also some chapters or download may fail to download, so just re-run the tool again.
If you see blank files are being generated just hit ctrl+c in terminal to stop process, delete blank files and re-run the tool
Bhaiya, I am thinking of buying the subscription for one month and planning to download all the courses in between. I will be able to download all the courses? I am asking because otherwise my money will go waste...!!!
@aashish1910 You should be able to download all the available courses. But remember, this software does not come with any guarantee!
Also, please close the issue if it gets resolved.
C:\Users\Aashish\Desktop\educative.io\educative.io-downloader>npm run install npm ERR! missing script: install
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Aashish\AppData\Roaming\npm-cache_logs\2020-05-07T04_24_18_631Z-debug.log
Below is my Scripts tag in package.json "scripts": { "start": "node build/src/app.js", "dev": "nodemon build/src/app.js", "compile": "tsc -p .", "test": "echo \"Error: no test specified\" && exit 1", },
Can you please guide me step by step. I am a newbie...!