Skip to content

Commit 4da7f96

Browse files
Arrowargithub-actions[bot]
authored andcommitted
Update update.py
1 parent 7cb38e7 commit 4da7f96

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/.domain/domains.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"time_change": "2025-04-29 12:30:30"
4343
},
4444
"altadefinizione": {
45-
"domain": "spa",
46-
"full_url": "https://altadefinizione.spa/",
47-
"old_domain": "locker",
48-
"time_change": "2025-05-26 23:22:45"
45+
"domain": "blog",
46+
"full_url": "https://altadefinizionegratis.blog/",
47+
"old_domain": "spa",
48+
"time_change": "2025-06-24 18:30:00"
4949
},
5050
"streamingcommunity": {
5151
"domain": "shop",
@@ -54,9 +54,9 @@
5454
"time_change": "2025-06-19 19:15:09"
5555
},
5656
"altadefinizionegratis": {
57-
"domain": "vip",
58-
"full_url": "https://altadefinizionegratis.vip/",
59-
"old_domain": "club",
60-
"time_change": "2025-06-20 20:23:22"
57+
"domain": "blog",
58+
"full_url": "https://altadefinizionegratis.blog/",
59+
"old_domain": "vip",
60+
"time_change": "2025-06-24 18:30:03"
6161
}
6262
}

StreamingCommunity/Upload/update.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async def fetch_github_data(client, url):
3131
url=url,
3232
headers={'user-agent': get_userAgent()},
3333
timeout=config_manager.get_int("REQUESTS", "timeout"),
34-
follow_redirects=True
34+
allow_redirects=True
3535
)
3636
return response.json()
3737

@@ -98,4 +98,4 @@ def update():
9898
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\
9999
[cyan]Help the repository grow today by leaving a [yellow]star [cyan]and [yellow]sharing [cyan]it with others online!")
100100

101-
time.sleep(4)
101+
time.sleep(4)

0 commit comments

Comments
 (0)