Mithnar / PlayniteVndb

Enables VNDB as a Metadata source for Playnite
MIT License
69 stars 5 forks source link

[Bug] URLs in description are not properly formatted #1

Closed darklinkpower closed 4 years ago

darklinkpower commented 4 years ago

As seen here: imagen

Links are being saved with this format: [url=https://vndb.org/c6498]Okabe Rintarou[/url]

When they should be saved as: <a href="https://vndb.org/c6498">Okabe Rintarou</a>

Mithnar commented 4 years ago

Fixed in: https://github.com/Mithnar/PlayniteVndb/commit/a5fcac37fbdb430a859bc2b516358154722cf37f

darklinkpower commented 4 years ago

That was fast!

KuroThing commented 4 years ago

Fixed in: a5fcac3

For reference, vndb accepts urls like v11 or other similar {char}{id} patterns. These would ideally be expanded to prefix the vndb.org domain.