abdulrahman1s / fem-dl

Frontend Masters Course Downloader That actually works.
https://npmjs.com/package/fem-dl
The Unlicense
164 stars 28 forks source link

403 - Forbidden Error #25

Open hardingadonis opened 7 months ago

hardingadonis commented 7 months ago

I tried to download a course in Frontendmasters, but got 403 forbidden error. Does anyone have a way to fix it?

image image

ferdinandodanise commented 7 months ago

Try to downgrade Node.js version to 18

hardingadonis commented 7 months ago

Try to downgrade Node.js version to 18

I did, but... 🤣

Node version is v18.19.0 LTS

image image

ferdinandodanise commented 7 months ago

Actually I have v18.18.1, try this one

hardingadonis commented 7 months ago

Actually I have v18.18.1, try this one

I tried... 🤣

image

MoGambit commented 6 months ago

just use pnpm it works for me

hardingadonis commented 6 months ago

just use pnpm it works for me

really? let me try

MoGambit commented 6 months ago

just use pnpm it works for me

really? let me try

Yup do let me know if that works for you.

hardingadonis commented 6 months ago

just use pnpm it works for me

really? let me try

Yup do let me know if that works for you.

It work, but after downloading 8 courses, i get banned with 403 error :rofl: :rofl:

MoGambit commented 6 months ago

just use pnpm it works for me

really? let me try

Yup do let me know if that works for you.

It work, but after downloading 8 courses, i get banned with 403 error :rofl: :rofl:

No way you get a ban. i downloaded soo many courses my account is still on, it just put a cooldown on your account coz of api limit, after few hours u can download 1 course again thats what i am doing and the reason why this repo is working without ban unlike other repo is coz if u see the code its clearly limiting ur bandwidth speed so that u dont send req to api rapidly which causes ban hope that make sense.