Skip to content

Commit

Permalink
Fix typos in YoutubeStreamExtractor.tryDecryptUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
AudricV committed Aug 21, 2022
1 parent cb64a48 commit 03d9a4f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -602,8 +602,8 @@ public List<VideoStream> getVideoOnlyStreams() throws ExtractionException {
}

/**
* 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.
Expand Down

0 comments on commit 03d9a4f

Please sign in to comment.