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 6822574 commit 0a41152Copy full SHA for 0a41152
1 file changed
extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamExtractor.java
@@ -337,7 +337,7 @@ protected long getTimestampSeconds(String regexPattern) throws ParsingException
337
} catch (Parser.RegexException e) {
338
// catch this instantly since an url does not necessarily have to have a time stamp
339
340
- // -2 because well the testing system will then know its the regex that failed :/
+ // -2 because the testing system will consequently know that the regex failed
341
// not good i know
342
return -2;
343
}
0 commit comments