Chrunos commited on
Commit
10e71aa
·
verified ·
1 Parent(s): 3b118ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ ydl_opts = {
122
 
123
  @app.get('/')
124
  def main():
125
- return "Chrunos Downloader API Is Running."
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):