Код: Выделить всё
00:00:34,021 --> 00:00:37,562
-What is the cost of lies?
- It's not that we'll mistake
- them for the truth.
Код: Выделить всё
with open(file) as f:
data = f.read()
newdata = re.sub('-', '', data)
with open(file, 'w') as file:
file.write(newdata)
Подробнее здесь: https://stackoverflow.com/questions/798 ... sing-regex
Мобильная версия