Update main.py
This commit is contained in:
parent
6b32f18ad5
commit
ca81beba01
@ -130,7 +130,7 @@ def get_latest_season(item):
|
||||
async def dropout_download(
|
||||
background_tasks: BackgroundTasks,
|
||||
url: str = Form(...),
|
||||
directory: Optional[int] = Form(None),
|
||||
directory: str = Form(...),
|
||||
prefix: Optional[str] = Form(None)
|
||||
):
|
||||
# Ensure output directory exists
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user