diff options
Diffstat (limited to 'gallery_dl/extractor/gelbooru.py')
| -rw-r--r-- | gallery_dl/extractor/gelbooru.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/gelbooru.py b/gallery_dl/extractor/gelbooru.py index 4ec7f00..0c05a97 100644 --- a/gallery_dl/extractor/gelbooru.py +++ b/gallery_dl/extractor/gelbooru.py @@ -52,7 +52,7 @@ class GelbooruExtractor(booru.XmlParserMixin, page = self.request(self.post_url.format(post_id)).text data = text.extract_all(page, ( (None , '<meta name="keywords"', ''), - ("tags" , ' imageboard, ', '"'), + ("tags" , ' imageboard- ', '"'), ("id" , '<li>Id: ', '<'), ("created_at", '<li>Posted: ', '<'), ("width" , '<li>Size: ', 'x'), |
