]> code.delx.au - webdl/blobdiff - common.py
Fixed silly bug in removing ffmpeg detection
[webdl] / common.py
index 951dfa342b885de72761e559b17692d49f2f81a6..6bf17f730d03a4a2cbff64f1c1fc2e011c529784 100644 (file)
--- a/common.py
+++ b/common.py
@@ -153,8 +153,6 @@ def check_command_exists(cmd):
         return False
 
 def get_duration(filename):
-    ffprobe = find_ffprobe()
-
     cmd = [
         "ffprobe",
         filename,