tecuts commited on
Commit
12ed4ea
·
verified ·
1 Parent(s): 21a85c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ async def yt_audio(url: str):
150
  },
151
  "videoId": videoId
152
  }
153
- Player_Url = https://www.youtube.com/youtubei/v1/player?key=AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8&prettyPrint=false
154
 
155
  # 发送请求
156
  logging.info(f"Sending request to URL: {url} with video ID: {videoId}")
 
150
  },
151
  "videoId": videoId
152
  }
153
+ Player_Url = "https://www.youtube.com/youtubei/v1/player?key=AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8&prettyPrint=false"
154
 
155
  # 发送请求
156
  logging.info(f"Sending request to URL: {url} with video ID: {videoId}")