summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/xhamster.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-10-11 20:28:32 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-10-11 20:28:32 -0400
commit40f5fe6edef268632d3bc484e85e5b37bad67bff (patch)
tree98817850b65f1d2877bd4ed63a3908f37d794f8d /gallery_dl/extractor/xhamster.py
parent639d9ea4a667733aadc3ff83a1df2cc9f0add3a9 (diff)
New upstream version 1.10.6upstream/1.10.6
Diffstat (limited to 'gallery_dl/extractor/xhamster.py')
-rw-r--r--gallery_dl/extractor/xhamster.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gallery_dl/extractor/xhamster.py b/gallery_dl/extractor/xhamster.py
index 23750db..e125184 100644
--- a/gallery_dl/extractor/xhamster.py
+++ b/gallery_dl/extractor/xhamster.py
@@ -119,8 +119,8 @@ class XhamsterGalleryExtractor(XhamsterExtractor):
"views" : text.parse_int(imgs["views"]),
"likes" : text.parse_int(imgs["rating"]["likes"]),
"dislikes" : text.parse_int(imgs["rating"]["dislikes"]),
- "title" : imgs["title"],
- "description": imgs["description"],
+ "title" : text.unescape(imgs["title"]),
+ "description": text.unescape(imgs["description"]),
"thumbnail" : imgs["thumbURL"],
},
"count": text.parse_int(imgs["quantity"]),