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 6a7da5e commit 8f134b8Copy full SHA for 8f134b8
src/archivist/extract/index.js
@@ -59,7 +59,6 @@ export async function extractFromHTML(sourceDocument) {
59
60
for (const filterFunction of serviceSpecificFilters) {
61
try {
62
- // We want this to be made in series
63
await filterFunction(webPageDOM, {
64
fetch: location,
65
select: contentSelectors,
0 commit comments