Skip to content

Conversation

@tyler000000
Copy link

@tyler000000 tyler000000 commented Dec 25, 2025

The Southern Poverty Law Center feeds on the publicly hosted instance currently aren't working. Rewrite collectData() to get them working again.

I am happy to become the maintainer for these, or to revert the MAINTAINER change and leave it with @VerifiedJoseph .

@github-actions
Copy link

Pull request artifacts

Bridge Context Status
SplCenter 1 untitled (current) Bridge returned error 404! (20447)
Type: HttpException
Message: https://www.splcenter.org/news/rss.xml resulted in 404 Not Found
SplCenter 1 untitled (pr) ✔️

last change: Thursday 2025-12-25 21:04:13

Copy link
Contributor

@Mynacol Mynacol left a comment

Choose a reason for hiding this comment

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

Even when trying to access other/linked rss feeds native to the site, they are refused by nginx with a HTTP 403 response code. As such, we seem to have to scrape the HTML pages. Short of contacting the website operator, that's the best thing.

I also think you can take over maintainership of this bridge, @VerifiedJoseph didn't change the bridge after introducing it and they had the chance to comment on this issue already.

{
if (!is_null($this->getInput('content'))) {
return self::URI . '/' . $this->getInput('content');
return self::URI . '/resources/' . $this->getInput('content');
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you also catch existing feeds that have news as content value (by rewriting it to stories?)

@Mynacol Mynacol added the Bug-Report Confirmed bug report label Dec 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug-Report Confirmed bug report

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants