abdulrahman1s / fem-dl

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

fem-dl can't download all courses error 403 #18

Open Amine42 opened 1 year ago

Amine42 commented 1 year ago

Hello

I am using Windows 11 with PowerShell on windows terminal and nodejs v18.16.0

For some courses i have different problems, i want know if you have the same problems and if you have a solution to fix them

When i try to download the cours "TypeScript Fundamentals, v3" i have this error:

image

I have similar ERROR with this courses: Web-storage-apis Digging Into Node.js Building Custom Data Visualizations Qwik for Instant-Loading Websites & Apps

Karim-Muhammad commented 9 months ago

My OS is RHEL, and i'm facing the same issue, I don't know from where, I tried to read related closed issues and tried other versions and all of them throw same Error

abdulrahman1s commented 9 months ago

Hello,

Apologies for the delayed response on this matter. I've noticed compatibility issues with certain ffmpeg versions, particularly the latest one provided by the ffmpeg-static npm package. To address this, I plan to introduce an option to use a custom version soon.

In the meantime, you can manually replace the binary at path ~/.npm/_npx/<random-id>/node_modules/ffmpeg-static/ffmpeg and test with a different ffmpeg version. I'd recommend trying v5.

Karim-Muhammad commented 9 months ago

image image

i installed ffmpeg-static@5.0.0, and by automatic package install ffmpeg v5 i think, but still doesn't work

Karim-Muhammad commented 3 months ago

still error in package or one my system?