You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (alertText != null && alertText.contains("This account has been terminated")) {
763
-
if (alertText.contains("violation") || alertText.contains("violating")) {
763
+
if (alertText.contains("violation") || alertText.contains("violating")
764
+
|| alertText.contains("infringement")) {
764
765
// possible error messages:
765
-
// "This account has been terminated for violating YouTube's Community Guidelines."
766
766
// "This account has been terminated for a violation of YouTube's Terms of Service."
767
+
// "This account has been terminated for violating YouTube's Community Guidelines."
768
+
// "This account has been terminated because we received multiple third-party claims of copyright infringement regarding material that the user posted."
"This account has been terminated because we received multiple third-party claims of copyright infringement regarding material that the user posted.");
0 commit comments