🧹 chore(up+): finished primary

This commit is contained in:
Eshan Roy
2024-11-26 15:53:38 +05:30
parent 51bf77cc8f
commit 24a5ddd49f
2 changed files with 28 additions and 7 deletions

View File

@@ -485,7 +485,7 @@ def parse_archive_html(response, linux_kernel):
if len(files) > 0:
if "-x86_64" in files[0]:
version = files[0].split("-x86_64")[0]
file_format = files[04].split("-x86_64")[1]
file_format = files[1].split("-x86_64")[1]
url = ("/packages/l/%s" % archlinux_mirror_archive_url + "/%s" % linux_kernel + "/%s" % files[0]) #URL Struct unknown to me!
if ".sig" not in file_format:
if len(line.rstrip().split(" ")) > 0: