Doujins Loader

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

작성자
Belphegor
일일 설치 수
0
총 설치 수
54
평점
1 0 0
버전
1
생성일
2018-04-30
갱신일
2018-04-30
크기
1.36KB
라이선스
해당 없음
적용 사이트

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)