You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I download from sankaku with "filename": "{created_at}.{extension}", the filenames look like this {'json_class'_ 'Time', 's'_ 1531852126, 'n'_ 0}.jpg.
The text was updated successfully, but these errors were encountered:
ecdea799dd71e6e9f7b28e71505be80658836138 is the first bad commit
commit ecdea799dd71e6e9f7b28e71505be80658836138
Author: Mike Fährmann <[email protected]>
Date: Sat Dec 5 22:08:58 2020 +0100
[sankaku] use 'beta.sankakucomplex.com' API endpoints
gallery_dl/extractor/idolcomplex.py | 207 ++++++++++++++++++++++--
gallery_dl/extractor/sankaku.py | 308 ++++++++++++++----------------------
2 files changed, 313 insertions(+), 202 deletions(-)
So the metadata entries changed a bit when switching to the beta.sankakucomplex.com interface. 537742c changes the created_at field to be a regular timestamp again.
When I download from sankaku with
"filename": "{created_at}.{extension}"
, the filenames look like this{'json_class'_ 'Time', 's'_ 1531852126, 'n'_ 0}.jpg
.The text was updated successfully, but these errors were encountered: