Airkek / Youtube-Viewers

simple C# Youtube livestream botter
MIT License
211 stars 108 forks source link

The Json data for viewCount was changed? #134

Closed trophyvn closed 3 years ago

trophyvn commented 3 years ago

The json data for viewCount has been changed at the moment? Can you please look at the correct one below?

public static Regex Viewers = new Regex( @"viewCount\"":{\""videoViewCountRenderer\"":{\""viewCount\"":{\""simpleText\"":\""(.+?)\""}", RegexOptions.Compiled);

Airkek commented 3 years ago

I can't see problem with current regexp