mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-13 22:00:32 +05:30
Fix typos in YoutubeStreamExtractor.tryDecryptUrl
This commit is contained in:
parent
cb64a480cd
commit
03d9a4fe9d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user