Added and fixed a whole bunch of things

This commit is contained in:
Paillat
2023-05-15 15:35:08 +02:00
parent 393600ad94
commit da257e7b39
9 changed files with 69 additions and 41 deletions

View File

@@ -6,12 +6,12 @@ Here is an example of the output:
```
[
{
"title": "Python Tutorial for Beginners",
"description": "A video for beginners to learn Python. The following topics are covered: variables, data types, functions, classes, and more."
"title": "TITLE OF THE VIDEO",
"description": "A video about something. Concept1 and concept2 are explained. Concept3 is also explained a bit."
},
{
"title": "DRAMA: MrBeast did WHAT?!",
"description": "MrBeast did something crazy. You won't believe what he did. Watch the video to find out."
"title": "TITLE OF THE VIDEO",
"description": "A video about something. Concept1 and concept2 are explained. Concept3 is also explained a bit."
}
]
```

View File

@@ -27,6 +27,10 @@ Your video will be detailed, long and very complete. Here is an example:
{
"spoken":"This is a latex formula wich is very important. It is the formula of the integral of x squared from 0 to infinity. You can see it on the screen.",
"markdown":"$$\n\\int_0^\\infty x^2 dx\n$$"
},
{
"spoken":"tHanks for watching this video. If you liked it, please like, share and subscribe. See you in the next video.",
"image":"thanks+goodbye"
}
]