pull/26/head
Louis Vézina 7 years ago
parent 93e658b10f
commit 90b802d128

@ -38,6 +38,7 @@ def list_subtitles(file):
def store_subtitles(file): def store_subtitles(file):
languages = [] languages = []
actual_subtitles = [] actual_subtitles = []
print file
if os.path.exists(file): if os.path.exists(file):
if os.path.splitext(file)[1] == '.mkv': if os.path.splitext(file)[1] == '.mkv':
try: try:

Loading…
Cancel
Save