summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/zerochan.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/zerochan.py')
-rw-r--r--gallery_dl/extractor/zerochan.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gallery_dl/extractor/zerochan.py b/gallery_dl/extractor/zerochan.py
index 1307399..6ee96e6 100644
--- a/gallery_dl/extractor/zerochan.py
+++ b/gallery_dl/extractor/zerochan.py
@@ -146,9 +146,9 @@ class ZerochanTagExtractor(ZerochanExtractor):
yield {
"id" : extr('href="/', '"'),
"name" : extr('alt="', '"'),
- "width" : extr('title="', 'x'),
+ "width" : extr('title="', '✕'),
"height": extr('', ' '),
- "size" : extr('', 'B'),
+ "size" : extr('', 'b'),
"file_url": "https://static." + extr(
'<a href="https://static.', '"'),
}