mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-23 19:55:38 +01:00
parent
bb9c419469
commit
ce95a23dd8
@ -261,7 +261,7 @@ class Svtplay(Service, MetadataThumbMixin):
|
||||
vid = data["video"]["svtId"]
|
||||
for seasons in data["associatedContent"]:
|
||||
for i in seasons["items"]:
|
||||
if i["item"]["videoSvtId"] == vid:
|
||||
if i["item"]["videoSvtId"] == vid and "positionInSeason" in i["item"]:
|
||||
match = re.search(r"S.song (\d+)", i["item"]["positionInSeason"])
|
||||
if match:
|
||||
return match.group(1)
|
||||
|
Loading…
Reference in New Issue
Block a user