Last active
December 30, 2019 23:54
-
-
Save mc256/9d67ed79f22a9cf756305deb182c0de1 to your computer and use it in GitHub Desktop.
download wnacg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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