Skip to content

Commit ddb6576

Browse files
committed
ci: Remove temporary image URL workaround
1 parent 100903c commit ddb6576

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

scripts/archive_mod_images.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
# Temporary workaround: fetch a different URL than the one referenced in the
2020
# readme, keeping the original path for the saved image.
2121
FETCH_URL_WORKAROUNDS = {
22-
"https://raw.githubusercontent.com/QCQ171-C/mods-collection/refs/heads/main/Gallery/folder-thumbnail-tweaker/11-7.PNG": "https://raw.githubusercontent.com/QCQ171-C/mods-collection/refs/heads/main/Gallery/folder-thumbnail-tweaker/11-7.png",
23-
"https://raw.githubusercontent.com/QCQ171-C/mods-collection/refs/heads/main/Gallery/folder-thumbnail-tweaker/10-11.png": "https://raw.githubusercontent.com/QCQ171-C/mods-collection/refs/heads/main/Gallery/folder-thumbnail-tweaker/10-11.PNG",
22+
# https://github.com/ramensoftware/windhawk-mods/pull/4512#discussion_r3531474802
23+
# "https://raw.githubusercontent.com/QCQ171-C/mods-collection/refs/heads/main/Gallery/folder-thumbnail-tweaker/11-7.PNG": "https://raw.githubusercontent.com/QCQ171-C/mods-collection/refs/heads/main/Gallery/folder-thumbnail-tweaker/11-7.png",
24+
# "https://raw.githubusercontent.com/QCQ171-C/mods-collection/refs/heads/main/Gallery/folder-thumbnail-tweaker/10-11.png": "https://raw.githubusercontent.com/QCQ171-C/mods-collection/refs/heads/main/Gallery/folder-thumbnail-tweaker/10-11.PNG",
2425
}
2526

2627
session = requests.Session()

0 commit comments

Comments
 (0)