Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Nov 21, 2024
1 parent f3b75ea commit 5315e87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion auto_editor/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import auto_editor
from auto_editor.edit import edit_media
from auto_editor.ffwrapper import FFmpeg
from auto_editor.utils.func import get_stdout
from auto_editor.utils.log import Log
from auto_editor.utils.types import (
Expand Down Expand Up @@ -262,6 +261,7 @@ def get_domain(url: str) -> str:
else:
output_format = args.output_format

cmd = []
if download_format is not None:
cmd.extend(["-f", download_format])

Expand Down
2 changes: 0 additions & 2 deletions auto_editor/ffwrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
from dataclasses import dataclass
from fractions import Fraction
from pathlib import Path
from shutil import which
from subprocess import PIPE, Popen

import av

Expand Down

0 comments on commit 5315e87

Please sign in to comment.