Spaces:
Paused
Paused
Update test.py
Browse files
test.py
CHANGED
|
@@ -4,7 +4,7 @@ import requests
|
|
| 4 |
import os
|
| 5 |
|
| 6 |
app = FastAPI()
|
| 7 |
-
m3u8_url = "https://
|
| 8 |
m3u8_file_path = "video-path/myvideo.m3u8"
|
| 9 |
|
| 10 |
def fetch_and_save_m3u8(url, file_path):
|
|
|
|
| 4 |
import os
|
| 5 |
|
| 6 |
app = FastAPI()
|
| 7 |
+
m3u8_url = "https://hfs302.serversicuro.cc/hls/,dnzpfec63dg4a3gyvapx72rcyqjwtaix6g6gsfexbdzt3uusvijhskjgwl5a,.urlset/master.m3u8"
|
| 8 |
m3u8_file_path = "video-path/myvideo.m3u8"
|
| 9 |
|
| 10 |
def fetch_and_save_m3u8(url, file_path):
|