summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/zerochan.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2024-02-20 02:31:10 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2024-02-20 02:31:10 -0500
commit01166fa52707cc282467427cf0e65c1b8983c4be (patch)
tree7f61e0de7e76a7a226bb6e05e4e3d181e11f673a /gallery_dl/extractor/zerochan.py
parent12e23f1195164dcb740d6d4a4287e762c9e5e534 (diff)
New upstream version 1.26.8.upstream/1.26.8
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="', '&#10005;'),
"height": extr('', ' '),
- "size" : extr('', 'B'),
+ "size" : extr('', 'b'),
"file_url": "https://static." + extr(
'<a href="https://static.', '"'),
}