mirror of
https://github.com/postlight/mercury-parser
synced 2024-11-17 03:25:31 +00:00
fix: wordcount calling excerpt
This commit is contained in:
parent
7fc1f7f6bb
commit
cc060b794d
@ -41,7 +41,7 @@ const GenericExtractor = {
|
||||
const dek = this.dek({ ...options, content });
|
||||
const nextPageUrl = this.nextPageUrl(options);
|
||||
const excerpt = this.excerpt({ ...options, content });
|
||||
const wordCount = this.excerpt({ ...options, content });
|
||||
const wordCount = this.wordCount({ ...options, content });
|
||||
const { url, domain } = this.urlAndDomain(options);
|
||||
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user