In an MVW JSON response the 'size' attribute may be None e.g. when the result is an ORF .m3u8 instead of an .mp4 file
This commit is contained in:
parent
0f68ef558e
commit
bb4defdb82
@ -10,7 +10,7 @@ class Show(BaseModel):
|
||||
description: str
|
||||
timestamp: int
|
||||
duration: int
|
||||
size: int
|
||||
size: Optional[int]
|
||||
url_website: str
|
||||
url_subtitle: str
|
||||
url_video: str
|
||||
|
Loading…
x
Reference in New Issue
Block a user