Sleazy Fork is available in English.

Doujins Loader

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

Yazar
Belphegor
Günlük kurulumlar
0
Toplam kurulumlar
48
Değerlendirmeler
1 0 0
Versiyon
1
Oluşturulma
30.04.2018
Güncellenme
30.04.2018
Lisans
N/A
Geçerli

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)