Skip to content

Instantly share code, notes, and snippets.

@mc256
Last active December 30, 2019 23:54
Show Gist options
  • Select an option

  • Save mc256/9d67ed79f22a9cf756305deb182c0de1 to your computer and use it in GitHub Desktop.

Select an option

Save mc256/9d67ed79f22a9cf756305deb182c0de1 to your computer and use it in GitHub Desktop.

Revisions

  1. mc256 revised this gist Dec 30, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion r18.js
    Original 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'] )
    console.log('wget -O ' + element['caption'].replace(']','').replace('[','') + '.jpg https://' + element['url'] )
    })
  2. mc256 revised this gist Dec 30, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion r18.js
    Original 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 ' + element['url'] )
    console.log('wget -O ' + element['caption'] + '.jpg https://' + element['url'] )
    })
  3. mc256 created this gist Dec 30, 2019.
    4 changes: 4 additions & 0 deletions r18.js
    Original 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'] )
    })