diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java index c7109852..d05e83e8 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java @@ -602,8 +602,8 @@ public class YoutubeStreamExtractor extends StreamExtractor { } /** - * Try to decrypt a streaming URL and fallback to the given URL, because decryption may fail if - * YouTube do breaking changes. + * Try to decrypt a streaming URL and fall back to the given URL, because decryption may fail + * if YouTube changes break something. * *

* This way a breaking change from YouTube does not result in a broken extractor.