Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ ydl_opts = {
|
|
122 |
|
123 |
@app.get('/')
|
124 |
def main():
|
125 |
-
return "
|
126 |
|
127 |
@app.get("/get_video_url")
|
128 |
async def get_video_url(youtube_url: str):
|
|
|
122 |
|
123 |
@app.get('/')
|
124 |
def main():
|
125 |
+
return "API Is Running. If you want to use this API, contact Cody from chrunos.com"
|
126 |
|
127 |
@app.get("/get_video_url")
|
128 |
async def get_video_url(youtube_url: str):
|