vtt-to-srt.py
vtt-to-srt.py copied to clipboard
it work like magic,but i need to delet .vtt file after the conversion is done
u can just add remove it after convert import os
os.remove(vtt_file_path)