Spaces:
Paused
Paused
Update wltv_server.py
Browse files- wltv_server.py +1 -1
wltv_server.py
CHANGED
|
@@ -16,7 +16,7 @@ if not os.path.exists(extract_to_dir):
|
|
| 16 |
os.makedirs(extract_to_dir, exist_ok=True)
|
| 17 |
|
| 18 |
# Update URL to the correct location
|
| 19 |
-
zip_url = 'http://epg-guide.com/wltv.
|
| 20 |
zip_path = 'it_wltv_full.zip'
|
| 21 |
|
| 22 |
# Step 1: Download the zip file
|
|
|
|
| 16 |
os.makedirs(extract_to_dir, exist_ok=True)
|
| 17 |
|
| 18 |
# Update URL to the correct location
|
| 19 |
+
zip_url = 'http://epg-guide.com/wltv.gz'
|
| 20 |
zip_path = 'it_wltv_full.zip'
|
| 21 |
|
| 22 |
# Step 1: Download the zip file
|