Skip to content

Commit 36c5851

Browse files
Arrowargithub-actions[bot]
authored andcommitted
Update config_json.py
1 parent 88d93ce commit 36c5851

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/.domain/domains.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@
4242
"time_change": "2025-04-29 12:30:30"
4343
},
4444
"altadefinizione": {
45-
"domain": "qpon",
46-
"full_url": "https://altadefinizione.qpon/",
47-
"old_domain": "blog",
48-
"time_change": "2025-06-30 21:19:33"
45+
"domain": "free",
46+
"full_url": "http://altadefinizione.free/",
47+
"old_domain": "qpon",
48+
"time_change": "2025-07-07 11:18:33"
4949
},
5050
"streamingcommunity": {
51-
"domain": "cloud",
52-
"full_url": "https://streamingunity.cloud/",
53-
"old_domain": "life",
54-
"time_change": "2025-07-02 11:18:46"
51+
"domain": "co",
52+
"full_url": "https://streamingcommunityz.co/",
53+
"old_domain": "cloud",
54+
"time_change": "2025-07-07 14:22:00"
5555
},
5656
"altadefinizionegratis": {
57-
"domain": "life",
58-
"full_url": "https://altadefinizionegratis.life/",
59-
"old_domain": "blog",
60-
"time_change": "2025-06-30 21:19:36"
57+
"domain": "city",
58+
"full_url": "https://altadefinizionegratis.city/",
59+
"old_domain": "life",
60+
"time_change": "2025-07-07 17:19:15"
6161
}
6262
}

StreamingCommunity/Util/config_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def _load_site_data_from_api(self) -> None:
276276

277277
try:
278278
console.print("[bold cyan]Retrieving site data from GitHub:[/bold cyan]")
279-
response = requests.get(domains_github_url, timeout=8, headers=headers, verify=self.get_bool('REQUESTS', 'verify'))
279+
response = requests.get(domains_github_url, timeout=8, headers=headers)
280280

281281
if response.ok:
282282
self.configSite = response.json()

0 commit comments

Comments
 (0)