Doujins Loader

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

作者
Belphegor
日安装量
0
总安装量
52
评分
1 0 0
版本
1
创建于
2018-04-30
更新于
2018-04-30
大小
1.4 KB
许可证
暂无
适用于

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)