Update main.py
This commit is contained in:
parent
3d78bbb988
commit
b58ccf9629
@ -31,7 +31,7 @@ async def dropoutSeries():
|
||||
return JSONResponse(content={"error": "File not found"}, status_code=404)
|
||||
|
||||
@app.get("/dropoutDownload")
|
||||
async def dropoutDownload(show: str, season: str, episode: str):
|
||||
async def dropoutDownload(show: str, season: str, episode: str = None):
|
||||
download.dropout.show(show,season,episode)
|
||||
|
||||
@app.get("/ydl")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user