fast_img_host ='' imglist.forEach(element=>{ console.log('wget -O ' + element['caption'].replace(']','').replace('[','') + '.jpg https://' + element['url'] ) })