Spaces:
Runtime error
Runtime error
Commit
·
d1f9d6f
1
Parent(s):
d1a0091
Update app.py
Browse files
app.py
CHANGED
@@ -64,6 +64,7 @@ def parse_metadata(metadata) -> dict:
|
|
64 |
except Exception as e:
|
65 |
print(e)
|
66 |
selected_id = mp4_formats[0].get("format_id")
|
|
|
67 |
|
68 |
|
69 |
return {
|
|
|
64 |
except Exception as e:
|
65 |
print(e)
|
66 |
selected_id = mp4_formats[0].get("format_id")
|
67 |
+
is_livestream = False
|
68 |
|
69 |
|
70 |
return {
|