mirror of
https://github.com/obskyr/khinsider.git
synced 2025-09-01 09:03:01 +02:00
@@ -299,7 +299,7 @@ class Soundtrack(object):
|
|||||||
|
|
||||||
@lazyProperty
|
@lazyProperty
|
||||||
def name(self):
|
def name(self):
|
||||||
return self._contentSoup.find('h2').get_text(strip=True)
|
return next(self._contentSoup.find('h2').stripped_strings)
|
||||||
|
|
||||||
@lazyProperty
|
@lazyProperty
|
||||||
def availableFormats(self):
|
def availableFormats(self):
|
||||||
|
Reference in New Issue
Block a user