diff --git a/khinsider.py b/khinsider.py index 5106c27..4beb564 100644 --- a/khinsider.py +++ b/khinsider.py @@ -299,7 +299,7 @@ class Soundtrack(object): @lazyProperty def name(self): - return self._contentSoup.find('h2').get_text(strip=True) + return next(self._contentSoup.find('h2').stripped_strings) @lazyProperty def availableFormats(self):