diff --git a/src/nefarious/video_detection.py b/src/nefarious/video_detection.py index 66f79da8..3a980d1a 100644 --- a/src/nefarious/video_detection.py +++ b/src/nefarious/video_detection.py @@ -34,6 +34,9 @@ def __init__(self, video_path: str): @classmethod def has_valid_video_in_path(cls, path: str): + # TODO - remove once fixed bug https://github.com/lardbit/nefarious/issues/203 + return True + files_to_verify = [] if os.path.isdir(path): # directory