This commit is contained in:
Louis Vézina 2017-11-14 10:46:51 -05:00
parent 754b058635
commit 5d11f61024
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ def store_subtitles(file):
actual_subtitles = []
print file
if os.path.exists(file):
print "exist"
if os.path.splitext(file)[1] == '.mkv':
try:
with open(file, 'rb') as f: