You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would seem synopsis when returned form the api can contain html code, it would be a good idea to run the synopsis results through some html decode function to get the "normal" non encoded text
It would seem synopsis when returned form the api can contain html code, it would be a good idea to run the synopsis results through some html decode function to get the "normal" non encoded text
Example game : https://www.screenscraper.fr/gameinfos.php?plateforme=53&gameid=37427
example api url (replace devid and devpassword: https://api.screenscraper.fr/api2/jeuInfos.php?devid=devid&devpassword=devpassword&softname=zzz&output=xml&ssid=test&sspassword=test&systemid=53&gameid=37427
download the example api url using curl or so or the system you use in artie. It will have html encoded chars for quotes among other things
Result in Muos
if you grab the url in a browser like chrome it won't display these as it would have html decoded the codes.
so potentially a simple html decode using some library might solve this issue
The text was updated successfully, but these errors were encountered: