Invalid tag chars should be removed from tags #16
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For https://fdrpodcasts.com/5342, I copied the AI-generated tags, which included an apostrophe. We should generally remove any character that is not A-Z, a-z, 0-9, "-", "_", or " ". For sites that have problems with dashes or spaces, we should deal with those accordingly.
Tags should strip apostrophesto Invalid tag chars should be removed from tagsCopy and merge from Video Uploader: https://freedomain.dev/yuriy/video-uploader/src/branch/main/Freedomain%20Video%20Uploader.ahk#L1171