S
S
StaticArt2018-07-19 13:48:31
Node.js
StaticArt, 2018-07-19 13:48:31

How to .get specify multiple links or specify that it. Referring to the file where all the links are located?

There is a file with links, how to write .get so that it refers to a file with links or in the code itself and performs their download
Code below
const osmosis = require('osmosis');
osmosis .get
('www.google.com')
.set({'Title': 'title'}) // alternative: `.find('title').set('Title')`
.data(console. log) // displays {'Title': 'Google'}
Only to have not only google.com , but, for example, 20 more links besides it

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question