mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-07-19 08:30:05 +00:00
Update update.py
This commit is contained in:
parent
7cb38e756d
commit
fd6f2151bc
24
.github/.domain/domains.json
vendored
24
.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": "rest",
|
"domain": "world",
|
||||||
"full_url": "https://cb01net.rest/",
|
"full_url": "https://cb01net.world/",
|
||||||
"old_domain": "live",
|
"old_domain": "rest",
|
||||||
"time_change": "2025-06-20 09:22:25"
|
"time_change": "2025-06-25 15:23:57"
|
||||||
},
|
},
|
||||||
"animeunity": {
|
"animeunity": {
|
||||||
"domain": "so",
|
"domain": "so",
|
||||||
@ -42,10 +42,10 @@
|
|||||||
"time_change": "2025-04-29 12:30:30"
|
"time_change": "2025-04-29 12:30:30"
|
||||||
},
|
},
|
||||||
"altadefinizione": {
|
"altadefinizione": {
|
||||||
"domain": "spa",
|
"domain": "blog",
|
||||||
"full_url": "https://altadefinizione.spa/",
|
"full_url": "https://altadefinizionegratis.blog/",
|
||||||
"old_domain": "locker",
|
"old_domain": "spa",
|
||||||
"time_change": "2025-05-26 23:22:45"
|
"time_change": "2025-06-24 18:30:00"
|
||||||
},
|
},
|
||||||
"streamingcommunity": {
|
"streamingcommunity": {
|
||||||
"domain": "shop",
|
"domain": "shop",
|
||||||
@ -54,9 +54,9 @@
|
|||||||
"time_change": "2025-06-19 19:15:09"
|
"time_change": "2025-06-19 19:15:09"
|
||||||
},
|
},
|
||||||
"altadefinizionegratis": {
|
"altadefinizionegratis": {
|
||||||
"domain": "vip",
|
"domain": "blog",
|
||||||
"full_url": "https://altadefinizionegratis.vip/",
|
"full_url": "https://altadefinizionegratis.blog/",
|
||||||
"old_domain": "club",
|
"old_domain": "vip",
|
||||||
"time_change": "2025-06-20 20:23:22"
|
"time_change": "2025-06-24 18:30:03"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -31,7 +31,7 @@ async def fetch_github_data(client, url):
|
|||||||
url=url,
|
url=url,
|
||||||
headers={'user-agent': get_userAgent()},
|
headers={'user-agent': get_userAgent()},
|
||||||
timeout=config_manager.get_int("REQUESTS", "timeout"),
|
timeout=config_manager.get_int("REQUESTS", "timeout"),
|
||||||
follow_redirects=True
|
allow_redirects=True
|
||||||
)
|
)
|
||||||
return response.json()
|
return response.json()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user