Magikh42 steam app news use app name
Bridge: Steam App News
Hello, I added a checkbox to allow using the app name instead of author name, I think it's more practical for filtering by game in the user's preffered reader
I might have swapped commit messages and description but I don't know how to change that, sorry If someone can set the messages to what I put in the description it would be nice, thank you
Pull request artifacts
| Bridge | Context | Status |
|---|---|---|
| SteamAppNews | 1 untitled (current) | ✔️ |
| SteamAppNews | 1 untitled (pr) | ⚠️ (shutdown) 8192: Creation of dynamic property SteamAppNewsBridge::$app_name is deprecated in bridges/SteamAppNewsBridge.php line 59 |
last change: Tuesday 2024-03-19 10:50:28
this will break existing feed urls because the tags parameter is gone.
this will break existing feed urls because the tags parameter is gone.
Can you explain how it would break anything I don't understand
The use_app_name is optional so previous feeds would still works using author name but new feeds could be generated using app name in place of author name
rss-bridge disallows url parameters who are not defined in the bridge.
(i consider this a bug but havent found time to fix it yet.)
so when tags is gone, it will fail on all existing feed urls.
@otakuf pls help
@Magikh42
there are feeds out there using this bridge. they might be using the tags parameter in those urls.
if tags parameter is removed, these feeds will break. do you understand?