jansenicus / vtt-to-srt.py

python script to convert all vtt files in a directory and all of its subdirectories to srt subtitle format
61 stars 33 forks source link

it work like magic,but i need to delet .vtt file after the conversion is done #3

Open anas1996 opened 5 years ago

isoldmysoull commented 5 years ago

u can just add remove it after convert import os

os.remove(vtt_file_path)