diff --git a/.github/.domain/domains.json b/.github/.domain/domains.json index 01de0f4..65f801f 100644 --- a/.github/.domain/domains.json +++ b/.github/.domain/domains.json @@ -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" } } \ No newline at end of file diff --git a/StreamingCommunity/Upload/update.py b/StreamingCommunity/Upload/update.py index d90085f..913d4f2 100644 --- a/StreamingCommunity/Upload/update.py +++ b/StreamingCommunity/Upload/update.py @@ -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) \ No newline at end of file + time.sleep(4)