Attempt additional base64 decoding on cursed stamps #264
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
indexer
Indexer related issues
There are several where the decoding could be successful on cursed for instances where stamp_base64 is malformed
todo:
strip chars before and including a
,
(some with base64,)strip chars before and including a
:
(some with stamp:)strip invalid base64 chars
currently these decode to: application/octet-stream
this function was added in stamp.py to strip non base64, pre-checks will be needed to strip the others beforehand.
The text was updated successfully, but these errors were encountered: