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’):