Skip to content

(feat) Add new bridge ThePint.news - #5036

Merged
dvikan merged 5 commits into
RSS-Bridge:masterfrom
jejomews:feature/ThePint-Bridge
Aug 1, 2026
Merged

(feat) Add new bridge ThePint.news#5036
dvikan merged 5 commits into
RSS-Bridge:masterfrom
jejomews:feature/ThePint-Bridge

Conversation

@jejomews

Copy link
Copy Markdown
Contributor

Add a new bridge to get updates from ThePint.news

@github-actions

github-actions Bot commented Jul 11, 2026

Copy link
Copy Markdown

Pull request artifacts

Bridge Context Status
ThePint 1 untitled (pr) ✔️

last change: Saturday 2026-07-11 16:30:04

@jejomews
jejomews marked this pull request as ready for review July 11, 2026 16:15
Copilot AI review requested due to automatic review settings July 11, 2026 16:15

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds a new RSS-Bridge bridge to fetch posts from ThePint.news, using the site’s archive page as the source of article URLs and optionally expanding each item to full-article content.

Changes:

  • Introduces ThePintBridge with parameters for item limit and optional fulltext extraction.
  • Scrapes /archive for /p/... article links and builds feed items by fetching each article page.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread bridges/ThePintBridge.php
Comment thread bridges/ThePintBridge.php
Comment thread bridges/ThePintBridge.php Outdated
Comment thread bridges/ThePintBridge.php
if ($dom) {
$article = $dom->find('article', 0);
if ($article) {
$article = defaultLinkTo($article, self::URI);
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.

Comment thread bridges/ThePintBridge.php Outdated
Comment thread bridges/ThePintBridge.php Outdated
jejomews and others added 3 commits July 11, 2026 17:27
@dvikan
dvikan merged commit 592b116 into RSS-Bridge:master Aug 1, 2026
11 checks passed
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.

3 participants