Skip to content

Commit aa5cf0f

Browse files
authored
Fix HTML thing (#367)
* Add exports for other file types * Update consolidate.py * HTML
1 parent 6c9d03b commit aa5cf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newshomepages/extract/consolidate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def consolidate(
9191
qualified_files = [
9292
p
9393
for p in item_data["files"]
94-
if (handle.lower() in p["name"].lower() and p["format"] in ["JSON", "JPEG"])
94+
if (handle.lower() in p["name"].lower() and p["format"] in ["JSON", "JPEG", "HTML"])
9595
]
9696

9797
# Loop through them

0 commit comments

Comments
 (0)