kopia lustrzana https://github.com/TeamNewPipe/NewPipeExtractor
[YouTube] Fix regex warning: use ' {2}' instead of ' '
rodzic
24e83997b4
commit
adbbdc7a5b
|
@ -812,7 +812,7 @@ public final class YoutubeParsingHelper {
|
|||
|
||||
if (html) {
|
||||
text = text.replaceAll("\\n", "<br>");
|
||||
text = text.replaceAll(" ", " ");
|
||||
text = text.replaceAll(" {2}", " ");
|
||||
}
|
||||
|
||||
return text;
|
||||
|
|
Ładowanie…
Reference in New Issue