Files
TVC/videos/video.xml
Emil Miler a0406b44da Oprava po přejmenování tagů (#9)
Fix camel case

Fix sample video and XML parser

Remove extra chromosomes

Reviewed-on: https://git.microlab.space/pixx/TVC/pulls/9
Co-Authored-By: Emil Miler <emil.miler@pedf.cuni.cz>
Co-Committed-By: Emil Miler <emil.miler@pedf.cuni.cz>
2021-01-31 18:58:02 +01:00

16 lines
543 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<video id="video">
<comment>
<start>12</start>
<end>15</end>
<title>Toto je testovací poznámka</title>
<text>Toto je dlouhý text, který bude zobrazen ve videu dole a bude moci obsahovat markdown</text>
</comment>
<comment>
<start>19</start>
<end>25</end>
<title>Toto je testovací poznámka</title>
<text>Toto je dlouhý text, který bude zobrazen ve videu dole a bude moci obsahovat markdown</text>
</comment>
</video>