This commit is contained in:
2026-05-04 03:12:50 +09:00
parent cf7f9621e1
commit 5c1295f0ff
4 changed files with 6 additions and 4 deletions
@@ -434,5 +434,7 @@ class TagsController < ApplicationController
return canonical if canonical
html[/"channelId":"(UC[a-zA-Z0-9_-]{22})"/, 1] || html[/\bUC[a-zA-Z0-9_-]{22}\b/]
rescue
nil
end
end