aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/bunkr.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/bunkr.py')
-rw-r--r--gallery_dl/extractor/bunkr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/bunkr.py b/gallery_dl/extractor/bunkr.py
index cf5bce1..14ebc48 100644
--- a/gallery_dl/extractor/bunkr.py
+++ b/gallery_dl/extractor/bunkr.py
@@ -162,7 +162,7 @@ class BunkrAlbumExtractor(LolisafeAlbumExtractor):
file["name"] = util.json_loads(text.extr(
item, 'original:', ',\n').replace("\\'", "'"))
file["slug"] = util.json_loads(text.extr(
- item, 'slug: ', ',\n'))
+ item, 'slug: ', ',\n').replace("\\'", "'"))
file["uuid"] = text.extr(
item, 'name: "', ".")
file["size"] = text.parse_int(text.extr(