1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

svtplay: dont download related videos with -A

fixes: #1443
This commit is contained in:
Johan Andersson 2021-11-24 22:55:58 +01:00
parent 6d821ae60e
commit d9209f843e

View File

@ -205,7 +205,7 @@ class Svtplay(Service, MetadataThumbMixin):
if tab == i["id"]:
collections.append(i)
else:
if i["id"] == "upcoming":
if i["id"] == "upcoming" or i["id"] == "related":
continue
elif self.config.get("include_clips") and "clips" in i["id"]:
collections.append(i)