Open Lexx1318 opened 3 years ago
Tried using ffprobe-python to check SRT stream. Unfortunately because of: if os.path.isfile(self.path_to_video) or self.path_to_video.startswith('http’): it didn't work.
if os.path.isfile(self.path_to_video) or self.path_to_video.startswith('http’):
Tried using ffprobe-python to check SRT stream. Unfortunately because of:
if os.path.isfile(self.path_to_video) or self.path_to_video.startswith('http’):
it didn't work.