diff --git a/tubearchivist/home/src/index/video.py b/tubearchivist/home/src/index/video.py index d74b660..52735b0 100644 --- a/tubearchivist/home/src/index/video.py +++ b/tubearchivist/home/src/index/video.py @@ -201,8 +201,7 @@ class SubtitleParser: try: self.all_text_lines.remove(line) except ValueError: - print("failed to process:") - print(line) + continue self.matched.append(new_cue)