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

View File

@ -276,7 +276,7 @@ class ConfigManager:
try: try:
console.print("[bold cyan]Retrieving site data from GitHub:[/bold cyan]") 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: if response.ok:
self.configSite = response.json() self.configSite = response.json()