We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed43008 + 561e4c6 commit 43d1b3eCopy full SHA for 43d1b3e
scripts/web-sources.js
@@ -76,7 +76,7 @@ for (const sdk of SDKS) {
76
77
// Ignore the header and footer
78
const matches = html.match(
79
- /<main class="u-contents" id="main">(.*?)<\/main>/s
+ /<main class="contents" id="main">(.*?)<\/main>/s
80
);
81
if (!matches || !matches[0]) {
82
console.warn(`Skipping page ${url} - no <main> tag found`);
0 commit comments