diff options
Diffstat (limited to 'gallery_dl/extractor/booru.py')
| -rw-r--r-- | gallery_dl/extractor/booru.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gallery_dl/extractor/booru.py b/gallery_dl/extractor/booru.py index 3b97e9a..ae455bf 100644 --- a/gallery_dl/extractor/booru.py +++ b/gallery_dl/extractor/booru.py @@ -52,7 +52,8 @@ class BooruExtractor(BaseExtractor): if notes: self._notes(post, html) - text.nameext_from_url(url, post) + if "extension" not in post: + text.nameext_from_url(url, post) post.update(data) self._prepare(post) |
