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

tv4play: remove some old option code

This commit is contained in:
Johan Andersson 2018-05-21 22:13:08 +02:00
parent c5b436e20e
commit bbc0b70368

View File

@ -72,11 +72,10 @@ class Tv4play(Service, OpenGraphThumbMixin):
yield ServiceError("Can't download something that is not started.")
return
if self.options.get("output_auto"):
basename = self._autoname(vid)
if not basename:
yield ServiceError("Cant find vid id for autonaming.")
return
basename = self._autoname(vid)
if not basename:
yield ServiceError("Cant find vid id for autonaming.")
return
for i in sa:
if i.find("mediaFormat").text == "mp4":