LoremPizza commited on
Commit
987d612
·
verified ·
1 Parent(s): 9ff12ee

Update wltv_server.py

Browse files
Files changed (1) hide show
  1. 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.dz'
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