Update config_json.py

This commit is contained in:
None 2025-07-06 11:17:10 +02:00 committed by github-actions[bot]
parent 88d93ceea1
commit bfdc849a2d
2 changed files with 17 additions and 17 deletions

View File

@ -6,10 +6,10 @@
"time_change": "2025-03-19 12:20:19"
},
"cb01new": {
"domain": "today",
"full_url": "https://cb01net.today/",
"old_domain": "world",
"time_change": "2025-07-01 07:22:25"
"domain": "click",
"full_url": "https://cb01net.click/",
"old_domain": "today",
"time_change": "2025-07-07 20:23:56"
},
"animeunity": {
"domain": "so",
@ -42,21 +42,21 @@
"time_change": "2025-04-29 12:30:30"
},
"altadefinizione": {
"domain": "qpon",
"full_url": "https://altadefinizione.qpon/",
"old_domain": "blog",
"time_change": "2025-06-30 21:19:33"
"domain": "free",
"full_url": "http://altadefinizione.free/",
"old_domain": "qpon",
"time_change": "2025-07-07 11:18:33"
},
"streamingcommunity": {
"domain": "cloud",
"full_url": "https://streamingunity.cloud/",
"old_domain": "life",
"time_change": "2025-07-02 11:18:46"
"domain": "co",
"full_url": "https://streamingcommunityz.co/",
"old_domain": "cloud",
"time_change": "2025-07-07 14:22:00"
},
"altadefinizionegratis": {
"domain": "life",
"full_url": "https://altadefinizionegratis.life/",
"old_domain": "blog",
"time_change": "2025-06-30 21:19:36"
"domain": "city",
"full_url": "https://altadefinizionegratis.city/",
"old_domain": "life",
"time_change": "2025-07-07 17:19:15"
}
}

View File

@ -276,7 +276,7 @@ class ConfigManager:
try:
console.print("[bold cyan]Retrieving site data from GitHub:[/bold cyan]")
response = requests.get(domains_github_url, timeout=8, headers=headers, verify=self.get_bool('REQUESTS', 'verify'))
response = requests.get(domains_github_url, timeout=8, headers=headers)
if response.ok:
self.configSite = response.json()