mirror of
https://github.com/tubearchivist/docs.git
synced 2024-11-22 11:50:13 +00:00
add json code block type
This commit is contained in:
parent
0dcd12a34f
commit
70153b39b6
@ -28,7 +28,7 @@ The import process then looks for the 'id' key within the JSON file to identify
|
|||||||
Sometimes you may need to create this file manually, The following are the absolute minimum required tags for manual importing.
|
Sometimes you may need to create this file manually, The following are the absolute minimum required tags for manual importing.
|
||||||
|
|
||||||
`thumbnail` can be left blank or null, however it is required to be present. If blank the thumbnail will be extracted from the video file on import.
|
`thumbnail` can be left blank or null, however it is required to be present. If blank the thumbnail will be extracted from the video file on import.
|
||||||
```
|
```json
|
||||||
{
|
{
|
||||||
"id": "",
|
"id": "",
|
||||||
"channel_id": "",
|
"channel_id": "",
|
||||||
@ -38,7 +38,7 @@ Sometimes you may need to create this file manually, The following are the absol
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
However, you may fill out additional tags if they are known for a more complete result.
|
However, you may fill out additional tags if they are known for a more complete result.
|
||||||
```
|
```json
|
||||||
{
|
{
|
||||||
"id": "",
|
"id": "",
|
||||||
"channel_id": "",
|
"channel_id": "",
|
||||||
|
Loading…
Reference in New Issue
Block a user