diff options
Diffstat (limited to 'gallery_dl/extractor/pururin.py')
| -rw-r--r-- | gallery_dl/extractor/pururin.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gallery_dl/extractor/pururin.py b/gallery_dl/extractor/pururin.py index aa5c9c6..721fc2f 100644 --- a/gallery_dl/extractor/pururin.py +++ b/gallery_dl/extractor/pururin.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2019 Mike Fährmann +# Copyright 2019-2020 Mike Fährmann # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as @@ -21,8 +21,8 @@ class PururinGalleryExtractor(GalleryExtractor): ("https://pururin.io/gallery/38661/iowant-2", { "pattern": r"https://cdn.pururin.io/\w+/images/data/\d+/\d+\.jpg", "keyword": { - "title" : "Iowant 2!!", - "title_en" : "Iowant 2!!", + "title" : "re:I ?owant 2!!", + "title_en" : "re:I ?owant 2!!", "title_jp" : "", "gallery_id": 38661, "count" : 19, |
