@jswork/url2file
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

url2file

Make url to local file.

version license size download

installation

npm install @jswork/url2file

usage

import url2file from '@jswork/url2file';

url2file([
  'https://fasimi.com/',
  'https://fasimi.com/filters/series.html',
  'https://fasimi.com/filters/movie.html'
], { 
  dst: '.tmp', 
  header: ['<!---abc --->'].join('\n'), 
  footer: ['\n<!--footer-->'].join('\n') 
});

license

Code released under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i @jswork/url2file

Homepage

js.work

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

347 kB

Total Files

23

Last publish

Collaborators

  • afeiship