diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-10-19 22:58:14 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-10-19 22:58:25 +0530 |
commit | aa7785f860be0bae7135ee32fe0ef4f0ab00bbc1 (patch) | |
tree | 1c30ab046f81222cabb000b8ac9f8bf098e687b1 /test/test_utils.py | |
parent | 9fab498fbf38dca24ef215d4789b13dd24d7952d (diff) | |
download | hypervideo-pre-aa7785f860be0bae7135ee32fe0ef4f0ab00bbc1.tar.lz hypervideo-pre-aa7785f860be0bae7135ee32fe0ef4f0ab00bbc1.tar.xz hypervideo-pre-aa7785f860be0bae7135ee32fe0ef4f0ab00bbc1.zip |
[utils] Standardize timestamp formatting code
Closes #1285
Diffstat (limited to 'test/test_utils.py')
-rw-r--r-- | test/test_utils.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test_utils.py b/test/test_utils.py index 9a5e3f0f0..d84c3d3ee 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -1390,21 +1390,21 @@ The first line </body> </tt>'''.encode('utf-8') srt_data = '''1 -00:00:02,080 --> 00:00:05,839 +00:00:02,080 --> 00:00:05,840 <font color="white" face="sansSerif" size="16">default style<font color="red">custom style</font></font> 2 -00:00:02,080 --> 00:00:05,839 +00:00:02,080 --> 00:00:05,840 <b><font color="cyan" face="sansSerif" size="16"><font color="lime">part 1 </font>part 2</font></b> 3 -00:00:05,839 --> 00:00:09,560 +00:00:05,840 --> 00:00:09,560 <u><font color="lime">line 3 part 3</font></u> 4 -00:00:09,560 --> 00:00:12,359 +00:00:09,560 --> 00:00:12,360 <i><u><font color="yellow"><font color="lime">inner </font>style</font></u></i> |