Spaces:
Paused
Paused
Update test.py
Browse files
test.py
CHANGED
|
@@ -17,7 +17,7 @@ def fetch_m3u8(url):
|
|
| 17 |
return response.text
|
| 18 |
|
| 19 |
@app.get("/vixcloud/manifest.m3u8")
|
| 20 |
-
async def clone2_m3u8(d:str,token:str,expires:str,h:str)
|
| 21 |
try:
|
| 22 |
m3u8 = f'{d}?token={token}&expires={expires}&h={h}'
|
| 23 |
print(m3u8)
|
|
|
|
| 17 |
return response.text
|
| 18 |
|
| 19 |
@app.get("/vixcloud/manifest.m3u8")
|
| 20 |
+
async def clone2_m3u8(d:str,token:str,expires:str,h:str):
|
| 21 |
try:
|
| 22 |
m3u8 = f'{d}?token={token}&expires={expires}&h={h}'
|
| 23 |
print(m3u8)
|