diff --git a/list_subtitles.py b/list_subtitles.py index d0e5c458b..8b22bace0 100644 --- a/list_subtitles.py +++ b/list_subtitles.py @@ -36,6 +36,8 @@ def store_subtitles(file): languages = [] actual_subtitles = [] if os.path.exists(file.encode('utf-8')): + print file + print file.encode('utf-8') if os.path.splitext(file)[1] == '.mkv': try: with open(file, 'rb') as f: