Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DeutscheWelle FeedExpander bridge. #3673

Merged
merged 2 commits into from
Sep 15, 2023

Conversation

scolby33
Copy link
Contributor

@scolby33 scolby33 commented Sep 15, 2023

Adds a FeedExpander bridge for the Deutsche Welle RSS feeds from

This is my first time working with PHP, so please let me know any mistakes I may have made. I based this approach mostly on the ZeitBridge.

@github-actions
Copy link

github-actions bot commented Sep 15, 2023

Pull request artifacts

file last change
DeutscheWelleBridge-pr-context1 2023-09-15, 20:35:32

@dvikan dvikan merged commit cf7e3ee into RSS-Bridge:master Sep 15, 2023
7 checks passed
@dvikan
Copy link
Contributor

dvikan commented Sep 15, 2023

looks kinda slow but if it works it works


$parsedUrl = parse_url($item['uri']);
unset($parsedUrl['query']);
$url = $this->unparseUrl($parsedUrl);
Copy link
Contributor

@dvikan dvikan Sep 15, 2023

Choose a reason for hiding this comment

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

not quite sure why parse and unparse url here

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