Skip to content

Commit 03d9a4f

Browse files
committed
Fix typos in YoutubeStreamExtractor.tryDecryptUrl
1 parent cb64a48 commit 03d9a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,8 @@ public List<VideoStream> getVideoOnlyStreams() throws ExtractionException {
602602
}
603603

604604
/**
605-
* Try to decrypt a streaming URL and fallback to the given URL, because decryption may fail if
606-
* YouTube do breaking changes.
605+
* Try to decrypt a streaming URL and fall back to the given URL, because decryption may fail
606+
* if YouTube changes break something.
607607
*
608608
* <p>
609609
* This way a breaking change from YouTube does not result in a broken extractor.

0 commit comments

Comments
 (0)