VRT homepage parser extracts 0 article URLs #77
Labels
No labels
bug
devops
duplicate
enhancement
good first issue
next major release
next minor release
question
testing
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lvl0/fedi-feed-router#77
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug
The
VrtHomepageParserAdapterno longer extracts any article URLs from the VRT homepage. The HTML is fetched successfully (332KB) butextractArticleUrls()returns an empty array.This means clicking "Refresh" on the articles page completes without error but never discovers new articles.
Reproduction
Likely cause
VRT changed their homepage HTML structure, breaking the CSS selectors / DOM parsing logic in
VrtHomepageParserAdapter.Affected files
app/Services/Parsers/VrtHomepageParserAdapter.php