[SPLCenterBridge] Fix broken feeds and offer to maintain#4846
Open
tyler000000 wants to merge 1 commit intoRSS-Bridge:masterfrom
Open
[SPLCenterBridge] Fix broken feeds and offer to maintain#4846tyler000000 wants to merge 1 commit intoRSS-Bridge:masterfrom
tyler000000 wants to merge 1 commit intoRSS-Bridge:masterfrom
Conversation
Pull request artifacts
last change: Thursday 2025-12-25 21:04:13 |
Mynacol
requested changes
Dec 31, 2025
Contributor
Mynacol
left a comment
There was a problem hiding this comment.
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'); |
Contributor
There was a problem hiding this comment.
Can you also catch existing feeds that have news as content value (by rewriting it to stories?)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 .