mirror of
https://github.com/MeexReay/Youtube2Maker.git
synced 2025-05-05 23:58:02 +03:00
video example
This commit is contained in:
parent
5662f1ef1c
commit
325bf69f7c
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/build
|
||||
/videos/*
|
||||
/videos/*
|
||||
!/videos/video-example.json
|
@ -42,7 +42,7 @@ sudo dd if=build/youtube2.iso of=/dev/sdX bs=4M status=progress oflag=sync
|
||||
"video-file": "<video-id>.mp4",
|
||||
"image-file": "<video-id>.png",
|
||||
"channel-name": "Название канала",
|
||||
"channel-avatar-file": "<channel-id>.png",
|
||||
"channel-avatar-file": "<channel-id>.png"
|
||||
}
|
||||
```
|
||||
|
||||
|
8
videos/video-example.json
Normal file
8
videos/video-example.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "Название видео",
|
||||
"description": "Описание видео",
|
||||
"video-file": "<video-id>.mp4",
|
||||
"image-file": "<video-id>.png",
|
||||
"channel-name": "Название канала",
|
||||
"channel-avatar-file": "<channel-id>.png"
|
||||
}
|
Loading…
Reference in New Issue
Block a user