mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-03-15 04:22:22 +09:00
Added missing types
This commit is contained in:
parent
228852cf53
commit
da3b8cae0d
@ -621,6 +621,7 @@
|
|||||||
"duration": {
|
"duration": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
|
"number",
|
||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -705,6 +706,7 @@
|
|||||||
"preference": {
|
"preference": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
|
"integer",
|
||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user