Results 383 comments of Dag

This pr now conflict with recent improvments to VkBridge. Still I think it's worth exploring the idea of ignoring the server's instruction on whether to cache or not. I think...

My two cents: please produce a json file so that I can use it to resolve a url to a rsshub route. Example: ``` https://gab.com/:user/ => /gab/user/:user ``` I need...

rss-bridge now gives more details about these type of errors

since the cache is now improved it can be used to store state

The problem is here: ```patch diff --git a/bridges/YoutubeBridge.php b/bridges/YoutubeBridge.php index 7aa101e7..0879c7dc 100644 --- a/bridges/YoutubeBridge.php +++ b/bridges/YoutubeBridge.php @@ -350,6 +350,9 @@ class YoutubeBridge extends BridgeAbstract if (isset($jsonData->contents)) { $channel_id = $jsonData->metadata->channelMetadataRenderer->externalId;...

@Tokariew perhaps you want to take a stab at this

this can now be solved like this: ```patch diff --git a/templates/base.html.php b/templates/base.html.php index ca31823d..25c6bc5f 100644 --- a/templates/base.html.php +++ b/templates/base.html.php @@ -25,6 +25,10 @@ + + + + ```

this one is still relevant for podcast consumers. for op is was for arte7 bridge. what other bridges is this relevant for? @tpikonen

see https://github.com/RSS-Bridge/rss-bridge/pull/3759 @tpikonen