We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9d03b commit aa5cf0fCopy full SHA for aa5cf0f
newshomepages/extract/consolidate.py
@@ -91,7 +91,7 @@ def consolidate(
91
qualified_files = [
92
p
93
for p in item_data["files"]
94
- if (handle.lower() in p["name"].lower() and p["format"] in ["JSON", "JPEG"])
+ if (handle.lower() in p["name"].lower() and p["format"] in ["JSON", "JPEG", "HTML"])
95
]
96
97
# Loop through them
0 commit comments