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.
| .gitignore | ||
| LICENSE | ||
| NordicPostersBridge.php | ||
| README.md | ||
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
- Download or copy the
NordicPostersBridge.phpfile into your RSS-Bridge instance:
rss-bridge/
└── bridges/
└── NordicPostersBridge.php
- (Optional) If you're using a whitelist:
-
Add the bridge class name to your
whitelist.txtfile:NordicPostersBridge
- 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.