A custom PHP bridge for RSS-Bridge that turns upcoming 4K UHD relases from ginza.se into a feed suitable for RSS readers like Miniflux.
| .gitignore | ||
| GinzaBridge.php | ||
| LICENSE | ||
| README.md | ||
Ginza RSS Bridge
A custom PHP bridge for RSS-Bridge that turns upcoming 4K UHD relases from ginza.se into a feed suitable for RSS readers like Miniflux.
Features
- Fetches upcoming 4K UHD-releases from ginza (via ginza's API)
- Outputs standard RSS/Atom/HTML/JSON feeds
- Designed for use with Miniflux or any modern RSS reader
Installation
- Download or copy the
GinzaBridge.phpfile into your RSS-Bridge instance:
rss-bridge/
└── bridges/
└── GinzaBridge.php
- (Optional) If you're using a whitelist:
-
Add the bridge class name to your
whitelist.txtfile:GinzaBridge
- 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.