Sleazy Fork is available in English.

Doujins Loader

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

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
Belphegor
일일 설치수
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)