- The involved route, with all required and optional parameters https://apnews.com/hub/ap-top-news - What is expected The article's title should be correctly extracted - What is actually happening The title is not found, and the URL of the article is displayed in the output RSS - Self-deployment information | Env | Value | | ------------------ | ------------- | | Docker | 20.10.8 | - Additional info (logs errors etc) The issue seems to be in the AP News route, searching for `<h1>` instead of `<h3>`
The involved route, with all required and optional parameters
https://apnews.com/hub/ap-top-news
What is expected
The article's title should be correctly extracted
What is actually happening
The title is not found, and the URL of the article is displayed in the output RSS
Self-deployment information
The issue seems to be in the AP News route, searching for
<h1>instead of<h3>