Skip to content

Commit 9011ddb

Browse files
committed
YouTubeLiveのYouTubeLiveStudioのURLの形式を変更
1 parent 463256d commit 9011ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

YouTubeLiveSitePlugin/Test2/VidResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ internal class VidResolver
3636
const string ChannelIdPattern = VID_PATTERN;
3737
private static readonly Regex _regexUser = new Regex("youtube\\.com/user/(" + USERID_PATTERN + ")");
3838
private static readonly Regex _regexCustomChannel = new Regex("/c/(" + ChannelIdPattern + ")");
39-
private static readonly Regex _regexStudio = new Regex("studio\\.youtube\\.com/[a-z]+/(" + VID_PATTERN + ")");
39+
private static readonly Regex _regexStudio = new Regex("studio\\.youtube\\.com/video/(" + VID_PATTERN + ")");
4040

4141
internal static bool IsVid(string input)
4242
{

0 commit comments

Comments
 (0)