A custom PHP bridge for RSS-Bridge that turns the latest 200 posters from nordicposters.se into a feed suitable for RSS readers like Miniflux.
Find a file
2025-09-04 15:14:06 +02:00
.gitignore Initial commit 2025-09-04 15:14:06 +02:00
LICENSE Initial commit 2025-09-04 15:14:06 +02:00
NordicPostersBridge.php Initial commit 2025-09-04 15:14:06 +02:00
README.md Initial commit 2025-09-04 15:14:06 +02:00

NordicPosters RSS Bridge

A custom PHP bridge for RSS-Bridge that turns the latest 200 posters from nordicposters.se into a feed suitable for RSS readers like Miniflux.

Features

  • Fetches up to 200 of the most recent movie posters
  • Outputs standard RSS/Atom/HTML/JSON feeds
  • Designed for use with Miniflux or any modern RSS reader

Installation

  1. Download or copy the NordicPostersBridge.php file into your RSS-Bridge instance:
rss-bridge/
└── bridges/
    └── NordicPostersBridge.php
  1. (Optional) If you're using a whitelist:
  • Add the bridge class name to your whitelist.txt file:

    NordicPostersBridge
    
  1. Restart or reload your RSS-Bridge instance if required.

Usage

Once installed, access the bridge via a URL like:

https://yourdomain.tld/?action=display&bridge=NordicPostersBridge&format=Atom

Available formats: HTML, Atom, Mrss, Json, etc.

Requirements

  • RSS-Bridge installed and configured
  • PHP 7.4 or newer
  • Standard PHP extensions (required by RSS-Bridge):
    • libxml
    • curl
    • mbstring

Development Notes

This is a standalone PHP file built using the RSS-Bridge Bridge API.

Feel free to modify or extend it for other similar websites.

License

This project is licensed under the MIT License.

Maintainer

Maintained by @jlindqv.
For questions or contributions, please open an issue on GitHub.