-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Incorrect modified time for artstation images #3152
Comments
For example: https://www.artstation.com/artwork/B121mD It seems that It's not a temporal server issue, for example, files are downloaded in May also have such mtimes. I think it makes sense to use the time from API response by default. "created_at": "2020-10-27T09:00:23.886-05:00",
"updated_at": "2022-11-02T04:51:18.469-05:00",
"published_at": "2020-10-27T09:00:29.408-05:00", Possibly,
|
The manual fix is just to add a "artstation": {
"directory": ["[gallery-dl]", "[{category}] {user[username]}—{user_id}—{userinfo[full_name]}"],
"filename": "[{category}] {user[username]}—{date:%Y.%m.%d}—{hash_id}—{id}—{asset[id]}—{filename}—{title}.{extension}",
"fallback": false,
"postprocessors": [{
"name": "mtime"
}]
}, |
Adding |
Originally opened this issue in hydownloader repo.
Moving the issue here since it seems to be a problem with
gallery-dl
.The modified time associated with most artstation images is the download time instead of the published date. The reason I said "most" is because some artstation images do in fact display the correct modified time. A lot of these correctly tagged files are
gif
but some arejpg
as well. So I can't figure out the pattern. Booru images display the correct modified time however.The text was updated successfully, but these errors were encountered: