Sleazy Fork is available in English.

Doujins Loader

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

Tác giả
Belphegor
Cài đặt hàng ngày
0
Số lần cài đặt
48
Đánh giá
1 0 0
Phiên bản
1
Đã tạo
30-04-2018
Đã cập nhật
30-04-2018
Giấy phép
N/A
Áp dụng cho

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)