Open openshwprojects opened 1 year ago
Sure, I can fix the comment when I find some free time.
I will also have to add decoding of HTML escaped characters, for example space, they are not currently handled correctly.
I've added some changes, also a basic GET escaped characters support:
Parsing could be improved because it may return "atest123" value when you search for "test123" but still it's better than nothing. I may or may not improve it later.