Fix typos in YoutubeStreamExtractor.tryDecryptUrl

This commit is contained in:
AudricV 2022-08-16 16:32:15 +02:00
parent cb64a480cd
commit 03d9a4fe9d
No known key found for this signature in database
GPG Key ID: DA92EC7905614198
1 changed files with 2 additions and 2 deletions

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
* 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.
*
* <p>
* This way a breaking change from YouTube does not result in a broken extractor.