Skip to content

Commit 0a41152

Browse files
committed
Apply one suggestion
1 parent 6822574 commit 0a41152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ protected long getTimestampSeconds(String regexPattern) throws ParsingException
337337
} catch (Parser.RegexException e) {
338338
// catch this instantly since an url does not necessarily have to have a time stamp
339339

340-
// -2 because well the testing system will then know its the regex that failed :/
340+
// -2 because the testing system will consequently know that the regex failed
341341
// not good i know
342342
return -2;
343343
}

0 commit comments

Comments
 (0)