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/media_ccc/extractors/MediaCCCStreamExtractor.java
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -114,9 +114,9 @@ public List<AudioStream> getAudioStreams() throws ExtractionException {
114
114
mediaFormat = null;
115
115
}
116
116
117
-
// Don't use the containsSimilarStream method because it will always return
118
-
// false. So if there are multiple audio streams available, only the first one will
119
-
// be extracted in this case.
117
+
// Not checking containsSimilarStream here, since MediaCCC does not provide enough
118
+
// information to decide whether two streams are similar. Hence that method would
119
+
// always return false, e.g. even for different language variations.
0 commit comments