mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 13:11:11 -07:00
Remove unwanted.
This commit is contained in:
parent
15948b2510
commit
eff7db81b8
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ def getVideoDetails(videofile):
|
|||
return video_details, result
|
||||
command = [nzbtomedia.FFPROBE, '-v', 'quiet', '-print_format', 'json', '-show_format', '-show_streams', '-show_error', videofile]
|
||||
try:
|
||||
result = None
|
||||
proc = subprocess.Popen(command, stdout=subprocess.PIPE)
|
||||
while proc.poll() is None:
|
||||
time.sleep(0.5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue