mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-07-19 08:30:05 +00:00
Update config_json.py
This commit is contained in:
parent
88d93ceea1
commit
bfdc849a2d
32
.github/.domain/domains.json
vendored
32
.github/.domain/domains.json
vendored
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user