Skip to content

Commit

Permalink
disable video detection until bug is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
lardbit committed Jul 3, 2022
1 parent fe8dae4 commit 4f3d8d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/nefarious/video_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f3d8d3

Please sign in to comment.