navpan2 commited on
Commit
41c2e01
·
1 Parent(s): d89d3b4

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -8,7 +8,7 @@ app = FastAPI()
8
  async def root():
9
  return {"message": "Hello World"}
10
  @app.get("/dailymo/")
11
- async def read_item(reqUrl: str = 'https://www.dailymotion.com/video/x8pdo3p', vidFormat: str='http-720-0'):
12
 
13
  video_url = reqUrl
14
  desired_format = vidFormat
 
8
  async def root():
9
  return {"message": "Hello World"}
10
  @app.get("/dailymo/")
11
+ async def read_item(reqUrl: str = 'https://www.dailymotion.com/video/x8pud1k', vidFormat: str='http-720-0'):
12
 
13
  video_url = reqUrl
14
  desired_format = vidFormat