diff --git a/gallery_dl/extractor/aryion.py b/gallery_dl/extractor/aryion.py index 2f862379..ff70c75a 100644 --- a/gallery_dl/extractor/aryion.py +++ b/gallery_dl/extractor/aryion.py @@ -153,6 +153,8 @@ class AryionExtractor(Extractor): "user" : self.user or artist, "title" : title, "artist": artist, + "description": text.unescape(extr( + 'property="og:description" content="', '"')), "path" : text.split_html(extr( "cookiecrumb'>", ':", "<")), "favorites": text.parse_int(extr("Favorites:", "<")), "tags" : text.split_html(extr("class='taglist'>", "")), - "description": text.unescape(text.remove_html(extr( - "

", "

"), "", "")), "filename" : fname, "extension": ext, "_http_lastmodified": lmod,