Fix error max.py
This commit is contained in:
parent
f8c4accd54
commit
0e1b8a1f54
@ -62,6 +62,7 @@ class Max(BaseService):
|
|||||||
self.acodec = ctx.parent.params["acodec"]
|
self.acodec = ctx.parent.params["acodec"]
|
||||||
self.range = ctx.parent.params["range_"]
|
self.range = ctx.parent.params["range_"]
|
||||||
self.alang = ctx.parent.params["alang"]
|
self.alang = ctx.parent.params["alang"]
|
||||||
|
self.quality = ctx.parent.params["quality"] or 1080
|
||||||
# self.api_region = self.config.get(ctx.obj.profile, {}).get('api_region', 'comet-latam')
|
# self.api_region = self.config.get(ctx.obj.profile, {}).get('api_region', 'comet-latam')
|
||||||
|
|
||||||
# self.license_api = None
|
# self.license_api = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user