Doujins Loader

Get all of the urls from a page on Doujins.com

Autor
Belphegor
Dnevne instalacije
0
Ukupnih instalacija
51
Ocjene
1 0 0
Verzija
1
Stvoreno
30.04.2018.
Ažurirano
30.04.2018.
Size
1,36 KB
Licenza
N/A
Primjenjuje se

Simple user script to get all the URLs from a gallery on Doujins.com.

At the end the captured URLs are stored in a global variable, as well as a bash script to download it in a folder of your choosing.

            window.doujinUrls = urlList
            window.doujinWGET = urlList.map(function (url) {
                counter++
                return `wget "${url}" -O ${counter}.jpg`
            }).join('\n')
            console.log(window.doujinWGET)