ssbu_lokrez/lokrez
Lertsenem 53429428e9 Fix bug with special chars in filenames
When exporting svg, if an image file name contains a "&", it
will be escaped as "&" following html encoding. But when then asked
to embed the png into the svg for export, the file won't be found with
the sequence escaped. The solution is to unescape (using
html.parser.unescape) the line before extracting the png url.
2021-01-27 00:58:56 +01:00
..
data Update playerskins db 2020-09-17 17:29:17 +02:00
queries Update queries 2020-07-07 16:13:23 +02:00
templates Add 4 chars to the covid option 2021-01-22 17:49:31 +01:00
__init__.py Add new export-options and svg_embed_png option 2021-01-06 09:33:36 +01:00
__main__.py Add __main__.py entry point 2020-07-22 18:10:16 +02:00
challonge.py Add premices of challonge implementation 2020-12-03 09:36:17 +01:00
characters_ssbu.py Add ssbu char Sephiroth 2020-12-21 09:54:18 +01:00
export.py Fix bug with special chars in filenames 2021-01-27 00:58:56 +01:00
resources.py Fix str-to-pathlib conversion issues 2020-07-22 20:29:23 +02:00
smashgg.py Change PLAYERSKINSDB to a GET_PLAYERDATA function 2020-12-20 19:25:59 +01:00
tournament-example.lkrz.sample Ignore generated lkrz files 2020-07-08 07:55:12 +02:00
version.py Bump version 2020-07-23 10:14:35 +02:00