@@ -127,10 +127,11 @@ path = path_genre # country else: path = path_country + self.status(-1.0) if path is not None: ucat = cat.replace(" ", "+").lower() html = ahttp.get(base_url + path + ucat + ".html") html = re.sub("&#x?\d+;", "", html)