rss-bridge
rss-bridge copied to clipboard
The RSS feed for websites missing it
**Is your feature request related to a problem? Please describe.** Some Bridges can have a quite complex configuration. Think for example FeedMerge. It's quite common that I need to tweak...
fixes #3995 this is especially useful for podcasts.
``` HttpException: https://www.instagram.com/web/search/topsearch/?query=aesoprockwins resulted in 401 Unauthorized in lib/http.php line 26 index.php(72): RssBridge->main() lib/RssBridge.php(103): DisplayAction->execute() actions/DisplayAction.php(68): DisplayAction->createResponse() actions/DisplayAction.php(117): InstagramBridge->collectData() bridges/InstagramBridge.php(123): InstagramBridge->getInstagramJSON() bridges/InstagramBridge.php(271): InstagramBridge->getInstagramUserId() bridges/InstagramBridge.php(105): InstagramBridge->getContents() bridges/InstagramBridge.php(92): getContents() lib/contents.php(110): HttpException::fromResponse() lib/http.php(26)...
Not *quite* the same names unfortunately but better than no categories
My desire is to allow rss-bridge to be integrated in radio automation software. In fact, bridges like FeedMerge can be very useful for radio automation. I'm also maintaining some bridges...
It would be great to have a field which lets us remap the URL of the feed, this would be something like: ``` https://webcache.googleusercontent.com/search?q=cache:{{URL}} ``` By default it would be:...
**Describe the bug** In [rss-bridge.js#L17](https://github.com/RSS-Bridge/rss-bridge/blob/dc199ebf5c134960c59bceb233afff0379062a77/static/rss-bridge.js#L17) every bridges URL which begins with `www.` gets shortened by the function `remove_www_from_url()` which is called from the `rssbridge_list_search()` event handler. This breaks some URLs...
# Bridge request ## General information - _Host URI for the bridge_ (i.e. `https://github.com`): https://www.sudomemo.net/ - Which information would you like to see? New flipnotes from user, new flipnotes from...
I want to extract JSON embedded in HTML script elements for processing by JSON dotpath. So I have added a format that outputs only bare content. `Barejson` is a term...