mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
10.68k stars 881 forks source link

[deviantart]The number of downloaded files does not match the user's total gallery files #5762

Closed ZhuGeCold closed 1 week ago

ZhuGeCold commented 1 week ago

Hi, author Im find a problem.The number of files I get when downloading a specified user's gallery is inconsistent with the number of files in the user's actual gallery. The original number is 1.1K and the downloaded number is only 900+.I don't know where I went wrong so I provide my config below.Please help me. Thanks.

I used: gallery-dl "https://www.deviantart.com/{userName}"

config:

 "deviantart":
        {
            "client-id": "my clientId",
            "client-secret": "my clientSecret",
            "refresh-token": "my refreshToken",
            "cookies": "C:\\cookies.txt",
            "auto-watch": false,
            "auto-unwatch": false,
            "comments": false,
            "extra": true,
            "flat": true,
            "folders": false,
            "group": true,
            "include": "gallery",
            "journals": "html",
            "jwt": false,
            "mature": true,
            "metadata": false,
            "original": true,
            "pagination": "api",
            "public": true,
            "quality": 100,
            "wait-min": 1
        }
cheese529 commented 1 week ago

the number displayed on the website can be wrong sometimes due to deleted deviations. don't rely on that to figure out if all posts were downloaded or not.

ZhuGeCold commented 1 week ago

the number displayed on the website can be wrong sometimes due to deleted deviations. don't rely on that to figure out if all posts were downloaded or not.由于删除了偏差,网站上显示的数字有时可能是错误的。不要依赖它来确定是否下载了所有帖子。

Okay, is there any standard that I can use to confirm that I downloaded everything? Thank you.

mikf commented 1 week ago

Scroll to the end on the website itself and compare the files there with the last ones downloaded by gallery-dl.

ZhuGeCold commented 1 week ago

Scroll to the end on the website itself and compare the files there with the last ones downloaded by gallery-dl.滚动到网站本身的末尾,并将那里的文件与 gallery-dl 下载的最后文件进行比较。

Scroll to the end on the website itself and compare the files there with the last ones downloaded by gallery-dl.滚动到网站本身的末尾,并将那里的文件与 gallery-dl 下载的最后文件进行比较。

Thanks for your work. I'd like to apologize for interrupting you.