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

Failed to get metadata from hitomi #2444

Closed
simplend opened this issue Mar 26, 2022 · 1 comment
Closed

Failed to get metadata from hitomi #2444

simplend opened this issue Mar 26, 2022 · 1 comment

Comments

@simplend
Copy link

simplend commented Mar 26, 2022

I referred to this document:
https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst#extractorhitomimetadata
scrnsht

Configuration file("hitomi.config") looks like:

{
    "extractor": {
        "hitomi": {
            "directory": ["Hitomi", "{artist}", "{title}_{count}p ({gallery_id})"],
            "metadata": true
        }
    }
}

Command & output looks like:

C:\blahblah>gallery-dl --config "hitomi.config" -K "https://hitomi.la/galleries/2155286.html"
Keywords for directory names:
-----------------------------
artist[]
category
  hitomi
characters[]
count
  281
date
  2022-03-01 14:23:00
gallery_id
  2155286
group[]
lang
  ja
language
  Japanese
parody[]
subcategory
  gallery
tags[]
  - Artbook
  - Full Color
  - Melonbooks
title
  Under wears5 -PINK LAVEL-
type
  Doujinshi

Keywords for filenames and --filter:
------------------------------------
artist[]
category
  hitomi
characters[]
count
  281
date
  2022-03-01 14:23:00
extension
  webp
filename
  001
gallery_id
  2155286
group[]
lang
  ja
language
  Japanese
num
  1
parody[]
subcategory
  gallery
tags[]
  - Artbook
  - Full Color
  - Melonbooks
title
  Under wears5 -PINK LAVEL-
type
  Doujinshi

"metadata": true has been applied, but the metadata(artist, group, parody, ...) is actually empty.

@mikf mikf closed this as completed in 37d584a Mar 28, 2022
@mikf
Copy link
Owner

mikf commented Mar 28, 2022

This must have been broken for quite a while. Anyway, it is now fixed with 37d584a and you don't need to explicitly enable it anymore with "metadata": true.

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

No branches or pull requests

2 participants