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