2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-30 22:05:18 +00:00

Fix typos in YoutubeStreamExtractor.tryDecryptUrl

This commit is contained in:
AudricV
2022-08-16 16:32:15 +02:00
parent cb64a480cd
commit 03d9a4fe9d

View File

@@ -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 * Try to decrypt a streaming URL and fall back to the given URL, because decryption may fail
* YouTube do breaking changes. * if YouTube changes break something.
* *
* <p> * <p>
* This way a breaking change from YouTube does not result in a broken extractor. * This way a breaking change from YouTube does not result in a broken extractor.