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.
Find a file
2025-10-23 21:33:11 +02:00
.gitignore first commit 2025-10-21 20:33:24 +02:00
GinzaBridge.php Turned off ssl-verification. 2025-10-23 21:33:11 +02:00
LICENSE first commit 2025-10-21 20:33:24 +02:00
README.md first commit 2025-10-21 20:33:24 +02:00

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

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

    GinzaBridge
    
  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.