mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-17 15:55:56 +00:00
Added missing types
This commit is contained in:
parent
228852cf53
commit
da3b8cae0d
1 changed files with 2 additions and 0 deletions
|
@ -621,6 +621,7 @@
|
|||
"duration": {
|
||||
"type": [
|
||||
"string",
|
||||
"number",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
|
@ -705,6 +706,7 @@
|
|||
"preference": {
|
||||
"type": [
|
||||
"string",
|
||||
"integer",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue