Last active
December 30, 2019 23:54
-
-
Save mc256/9d67ed79f22a9cf756305deb182c0de1 to your computer and use it in GitHub Desktop.
Revisions
-
mc256 revised this gist
Dec 30, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ fast_img_host ='' imglist.forEach(element=>{ console.log('wget -O ' + element['caption'].replace(']','').replace('[','') + '.jpg https://' + element['url'] ) }) -
mc256 revised this gist
Dec 30, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ fast_img_host ='' imglist.forEach(element=>{ console.log('wget -O ' + element['caption'] + '.jpg https://' + element['url'] ) }) -
mc256 created this gist
Dec 30, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ fast_img_host ='' imglist.forEach(element=>{ console.log('wget -O ' + element['caption'] + '.jpg ' + element['url'] ) })