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:
parent
c5b436e20e
commit
bbc0b70368
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user