Fix typos in YoutubeStreamExtractor.tryDecryptUrl
This commit is contained in:
parent
cb64a480cd
commit
03d9a4fe9d
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue