Update update.py

This commit is contained in:
None 2025-06-24 14:41:21 +02:00 committed by github-actions[bot]
parent 7cb38e756d
commit fd6f2151bc
2 changed files with 14 additions and 14 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": "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"
} }
} }

View File

@ -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()