top | item 46122026

(no title)

ohans | 3 months ago

Looks good! You could push to npm so that running it could be as easy as:

npx webclone URL (no repo cloning required)

Also, FYI, when running the example code

node webclone.js https://www.example.com/

It fails (at least for me) until I either install yt-dlp or ignore videos via:

node webclone.js https://www.example.com/

discuss

order

jadesee|2 months ago

Hello. I have tested this and it indeed looks for yt-dlp at the beginning even though the site is not a video platform. I have logged the issue on GitHub and working on a fix. Thank you for the feedback!

jadesee|3 months ago

Great feedback! Will get this fixed. Thank you.

ohans|2 months ago

No qualms! Thanks for sharing :)