Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何只抓取封面 #47

Open
jcampbell4675 opened this issue Nov 17, 2019 · 1 comment
Open

如何只抓取封面 #47

jcampbell4675 opened this issue Nov 17, 2019 · 1 comment

Comments

@jcampbell4675
Copy link

No description provided.

@raawaa
Copy link
Owner

raawaa commented Nov 19, 2019

jav.js的265-274行注销掉就行了。就可以不下载截图了。

                if (!program.nopic) {
                    // 所有截图link
                    var snapshots = [];
                    $('a.sample-box').each(function (i, e) {
                        let $e = $(e);


                        snapshots.push($e.attr('href'));
                    });
                    getSnapshots(link, snapshots);
                }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants