diff options
| author | 2023-04-30 16:45:21 -0400 | |
|---|---|---|
| committer | 2023-04-30 16:45:21 -0400 | |
| commit | 33d4eae5a6df8aaf6757f52ae25f514ff1211c62 (patch) | |
| tree | 7ad425b022dcc1daea1c84c720a266f0134db705 /gallery_dl/extractor/nana.py | |
| parent | f98ab7aaca3c4acbd5a793267791749740330e9c (diff) | |
New upstream version 1.25.3.upstream/1.25.3
Diffstat (limited to 'gallery_dl/extractor/nana.py')
| -rw-r--r-- | gallery_dl/extractor/nana.py | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/gallery_dl/extractor/nana.py b/gallery_dl/extractor/nana.py index 0f79d7f..24e676f 100644 --- a/gallery_dl/extractor/nana.py +++ b/gallery_dl/extractor/nana.py @@ -20,19 +20,23 @@ class NanaGalleryExtractor(GalleryExtractor): "059f7de55a4297413bfbd432ce7d6e724dd42bae"), { "pattern": r"https://nana\.my\.id/reader/" r"\w+/image/page\?path=.*\.\w+", - "title" : "Everybody Loves Shion", - "artist" : "fuzui", - "tags" : list, - "count" : 29, + "keyword": { + "title" : "Everybody Loves Shion", + "artist": "fuzui", + "tags" : list, + "count" : 29, + }, }), (("https://nana.my.id/reader/" "77c8712b67013e427923573379f5bafcc0c72e46"), { "pattern": r"https://nana\.my\.id/reader/" r"\w+/image/page\?path=.*\.\w+", - "title" : "Lovey-Dovey With an Otaku-Friendly Gyaru", - "artist" : "Sueyuu", - "tags" : ["Sueyuu"], - "count" : 58, + "keyword": { + "title" : "Lovey-Dovey With an Otaku-Friendly Gyaru", + "artist": "Sueyuu", + "tags" : ["Sueyuu"], + "count" : 58, + }, }), ) |
