Quote:
Originally Posted by Metonym
I guess there is the title matching code that could be used to find matches that used the default schema, but I might have to rewrite it to accept TBA's format for match_codes. Either way I implemented TBA's trusted API to write the YouTube links immediately which is probably far more efficient.
|
Yeah, the trusted API is the optimal flow here, because it's less work on the moderator's side. However, TBA did implement a feature where you could suggest a YouTube playlist and we'll do some regex matching on the video titles to auto-import them:
https://github.com/the-blue-alliance...ance/pull/1437
I wrote the regex to be the same as titles generated by Ty's video splitter, since it was really the only standard out there.