From 0a4115286b46356b34bbcb2308261f86acd380c8 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Sat, 15 Feb 2020 12:52:29 +0100 Subject: [PATCH] Apply one suggestion --- .../org/schabi/newpipe/extractor/stream/StreamExtractor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamExtractor.java b/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamExtractor.java index 4a3cdff4d..900707ab2 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamExtractor.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamExtractor.java @@ -337,7 +337,7 @@ public abstract class StreamExtractor extends Extractor { } catch (Parser.RegexException e) { // catch this instantly since an url does not necessarily have to have a time stamp - // -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 // not good i know return -2; }