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

如何使用页面范围功能? #306

Open
Silent-Crow opened this issue Sep 23, 2024 · 1 comment
Open

如何使用页面范围功能? #306

Silent-Crow opened this issue Sep 23, 2024 · 1 comment

Comments

@Silent-Crow
Copy link

我试着在文本框内输入31-40来下载31~40页的图片,点击下载档案时提示的配额消耗是40页全部的,点击确认后下载是从第一页URL开始分析的。我立刻终止了下载,刷新了页面。

请问如何正常使用页面范围功能?
是我的输入格式不对吗?我尝试了31-40, 31-40: 31——40都不可以。

@ccloli
Copy link
Owner

ccloli commented Sep 23, 2024

指定 pages range 不会影响展示的预估配额与相关提醒,目前它们始终是整个 gallery 的消耗,因为要获取实际消耗需要获取所有页面的信息才能确定。

从第一页开始分析是正常的,因为需要获取所有页面的 URL 后再筛选。直到出现下载进度表格前,下载其实都没有开始。

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