We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463256d commit 9011ddbCopy full SHA for 9011ddb
YouTubeLiveSitePlugin/Test2/VidResolver.cs
@@ -36,7 +36,7 @@ internal class VidResolver
36
const string ChannelIdPattern = VID_PATTERN;
37
private static readonly Regex _regexUser = new Regex("youtube\\.com/user/(" + USERID_PATTERN + ")");
38
private static readonly Regex _regexCustomChannel = new Regex("/c/(" + ChannelIdPattern + ")");
39
- private static readonly Regex _regexStudio = new Regex("studio\\.youtube\\.com/[a-z]+/(" + VID_PATTERN + ")");
+ private static readonly Regex _regexStudio = new Regex("studio\\.youtube\\.com/video/(" + VID_PATTERN + ")");
40
41
internal static bool IsVid(string input)
42
{
0 commit comments