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(
|
async def dropout_download(
|
||||||
background_tasks: BackgroundTasks,
|
background_tasks: BackgroundTasks,
|
||||||
url: str = Form(...),
|
url: str = Form(...),
|
||||||
directory: Optional[int] = Form(None),
|
directory: str = Form(...),
|
||||||
prefix: Optional[str] = Form(None)
|
prefix: Optional[str] = Form(None)
|
||||||
):
|
):
|
||||||
# Ensure output directory exists
|
# Ensure output directory exists
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user