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"
},
"cb01new": {
"domain": "rest",
"full_url": "https://cb01net.rest/",
"old_domain": "live",
"time_change": "2025-06-20 09:22:25"
"domain": "world",
"full_url": "https://cb01net.world/",
"old_domain": "rest",
"time_change": "2025-06-25 15:23:57"
},
"animeunity": {
"domain": "so",
@ -42,10 +42,10 @@
"time_change": "2025-04-29 12:30:30"
},
"altadefinizione": {
"domain": "spa",
"full_url": "https://altadefinizione.spa/",
"old_domain": "locker",
"time_change": "2025-05-26 23:22:45"
"domain": "blog",
"full_url": "https://altadefinizionegratis.blog/",
"old_domain": "spa",
"time_change": "2025-06-24 18:30:00"
},
"streamingcommunity": {
"domain": "shop",
@ -54,9 +54,9 @@
"time_change": "2025-06-19 19:15:09"
},
"altadefinizionegratis": {
"domain": "vip",
"full_url": "https://altadefinizionegratis.vip/",
"old_domain": "club",
"time_change": "2025-06-20 20:23:22"
"domain": "blog",
"full_url": "https://altadefinizionegratis.blog/",
"old_domain": "vip",
"time_change": "2025-06-24 18:30:03"
}
}

View File

@ -31,7 +31,7 @@ async def fetch_github_data(client, url):
url=url,
headers={'user-agent': get_userAgent()},
timeout=config_manager.get_int("REQUESTS", "timeout"),
follow_redirects=True
allow_redirects=True
)
return response.json()
@ -98,4 +98,4 @@ def update():
console.print(f"\n[red]{__title__} has been downloaded [yellow]{total_download_count} [red]times, but only [yellow]{percentual_stars}% [red]of users have starred it.\n\
[cyan]Help the repository grow today by leaving a [yellow]star [cyan]and [yellow]sharing [cyan]it with others online!")
time.sleep(4)
time.sleep(4)