You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -602,8 +602,8 @@ public List<VideoStream> getVideoOnlyStreams() throws ExtractionException {
602
602
}
603
603
604
604
/**
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.
607
607
*
608
608
* <p>
609
609
* This way a breaking change from YouTube does not result in a broken extractor.
0 commit comments