Sleazy Fork is available in English.

Doujins Loader

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

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
Belphegor
1日のインストール数
0
累計インストール数
48
評価
1 0 0
バージョン
1
作成日
2018/04/30
更新日
2018/04/30
ライセンス
不明
対象サイト

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)