Skip to content

Instantly share code, notes, and snippets.

@mc256
Last active December 30, 2019 23:54
Show Gist options
  • Save mc256/9d67ed79f22a9cf756305deb182c0de1 to your computer and use it in GitHub Desktop.
Save mc256/9d67ed79f22a9cf756305deb182c0de1 to your computer and use it in GitHub Desktop.
download wnacg
fast_img_host =''
imglist.forEach(element=>{
console.log('wget -O ' + element['caption'].replace(']','').replace('[','') + '.jpg https://' + element['url'] )
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment