Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Readability.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ Readability.prototype = {
b64DataUrl: /^data:\s*([^\s;,]+)\s*;\s*base64\s*,/i,
// Commas as used in Latin, Sindhi, Chinese and various other scripts.
// see: https://en.wikipedia.org/wiki/Comma#Comma_variants
commas: /\u002C|\u060C|\uFE50|\uFE10|\uFE11|\u2E41|\u2E34|\u2E32|\uFF0C/g,
commas:
/[\s\D][\u002C\u060C\uFE50\uFE10\uFE11\u2E41\u2E34\u2E32\uFF0C][\s\D]/g,
// See: https://schema.org/Article
jsonLdArticleTypes:
/^Article|AdvertiserContentArticle|NewsArticle|AnalysisNewsArticle|AskPublicNewsArticle|BackgroundNewsArticle|OpinionNewsArticle|ReportageNewsArticle|ReviewNewsArticle|Report|SatiricalArticle|ScholarlyArticle|MedicalScholarlyArticle|SocialMediaPosting|BlogPosting|LiveBlogPosting|DiscussionForumPosting|TechArticle|APIReference$/,
Expand Down
10 changes: 10 additions & 0 deletions test/test-pages/krefel/expected-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"title": "Airfryer kopen? Beste prijs, snelle levering",
"byline": null,
"dir": null,
"lang": "nl",
"excerpt": "Vind je airfryer of hetelucht friteuse bij Krëfel. Voor 22u00 besteld, volgende dag gratis geleverd. Laagste prijsgarantie. Bestel nu online.",
"siteName": null,
"publishedTime": null,
"readerable": true
}
Loading