mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-14 22:30:33 +05:30
Apply one suggestion
This commit is contained in:
parent
6822574588
commit
0a4115286b
@ -337,7 +337,7 @@ public abstract class StreamExtractor extends Extractor {
|
|||||||
} catch (Parser.RegexException e) {
|
} catch (Parser.RegexException e) {
|
||||||
// catch this instantly since an url does not necessarily have to have a time stamp
|
// 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
|
// not good i know
|
||||||
return -2;
|
return -2;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user