Doujins Loader

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

Maker
Belphegor
Dagelijks aantal installaties
0
Totaal aantal installaties
47
Beoordelingen
1 0 0
Versie
1
Gemaakt op
30-04-2018
Bijgewerkt op
30-04-2018
Licentie
N.v.t.
Wordt toegepast op

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)