mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:42:46 +00:00
anaconda: fix installer trying download .winzip
This commit is contained in:
parent
f9c85d5cc9
commit
4037ed26c4
|
|
@ -209,6 +209,8 @@ def sync_installer(repo_url, local_dir: Path):
|
|||
continue
|
||||
fname = tds[0].find('a').text
|
||||
md5 = tds[3].text
|
||||
if md5 == '<directory>' or len(md5) != 32:
|
||||
continue
|
||||
yield (fname, md5)
|
||||
|
||||
for filename, md5 in remote_list():
|
||||
|
|
|
|||
Loading…
Reference in New Issue