Skip to content

Parser updates#2523

Merged
dteviot merged 3 commits intodteviot:ExperimentalTabModefrom
crybx:parser-updates
Mar 6, 2026
Merged

Parser updates#2523
dteviot merged 3 commits intodteviot:ExperimentalTabModefrom
crybx:parser-updates

Conversation

@crybx
Copy link
Contributor

@crybx crybx commented Mar 5, 2026

Two new parsers and updates to FictioneerParser.

.map(a => ({
sourceUrl: a.href,
title: a.title || a.querySelector(".font-semibold")?.textContent?.trim(),
isIncludeable: true
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't need to set isIncludeable if it's always true.

@dteviot dteviot merged commit 0b6ec2f into dteviot:ExperimentalTabMode Mar 6, 2026
1 check passed
@dteviot
Copy link
Owner

dteviot commented Mar 6, 2026

@crybx

Thank you for your hard work

@crybx crybx deleted the parser-updates branch March 9, 2026 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants