1
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-10-06 00:23:15 +02:00
This commit is contained in:
David Asunmo
2025-06-04 05:18:19 +01:00
committed by Stypox
parent 5fcd97104c
commit 41b77ef2ac

View File

@@ -115,7 +115,7 @@ public final class Utils {
}
if (!Parser.isMatch(pattern, url.toLowerCase())) {
throw new ParsingException("Url don't match the pattern");
throw new ParsingException("Url doesn't match the pattern");
}
}