diff --git a/gallery_dl/extractor/khinsider.py b/gallery_dl/extractor/khinsider.py index d5cca1c2..0c3b002f 100644 --- a/gallery_dl/extractor/khinsider.py +++ b/gallery_dl/extractor/khinsider.py @@ -65,7 +65,7 @@ class KhinsiderSoundtrackExtractor(AsynchronousMixin, Extractor): "count": text.parse_int(extr("Number of Files: ", "<")), "size" : text.parse_bytes(extr("Total Filesize: ", "<")[:-1]), "date" : extr("Date Added: ", "<"), - "type" : extr("Album type: ", "<"), + "type" : text.remove_html(extr("Album type: ", "")), }} def tracks(self, page):