1.0.6 • Published 2 years ago

@jswork/url2file v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago