Update app.py
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ async def yt_audio(url: str):
|
|
155 |
# 发送请求
|
156 |
logging.info(f"Sending request to URL: {url} with video ID: {videoId}")
|
157 |
response = requests.post(
|
158 |
-
|
159 |
timeout=20,
|
160 |
json=body,
|
161 |
headers=headers
|
|
|
155 |
# 发送请求
|
156 |
logging.info(f"Sending request to URL: {url} with video ID: {videoId}")
|
157 |
response = requests.post(
|
158 |
+
Player_Url,
|
159 |
timeout=20,
|
160 |
json=body,
|
161 |
headers=headers
|