DEV Community

m4iva
m4iva

Posted on

I needed to download a website, Ctrl+S sucked, so I built this

BAM! downsrc is here, a simple & customizable npm package that let's you download full websites or specific resources of it.
The strength of it: how visual and easy is to use.
The weakness: some websites can block the "fetcher" system, preventing download. - Working on it.

Github Repo
npm page

some examples of usage:

downsrc https://example.com
downsrc https://example.com --of "jpeg & svg"
downsrc https://example.com --as 5

Enter fullscreen mode Exit fullscreen mode

(my marketing skills are in development lol)

Top comments (0)