mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-09-02 07:15:37 +00:00
make stream size have a p in the end
This commit is contained in:
@@ -150,10 +150,8 @@ public class MediaCCCStreamExtractor extends StreamExtractor {
|
|||||||
throw new ExtractionException("Unknown media format: " + mimeType);
|
throw new ExtractionException("Unknown media format: " + mimeType);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
videoStreams.add(new VideoStream(recording.getString("recording_url"),
|
videoStreams.add(new VideoStream(recording.getString("recording_url"),
|
||||||
mediaFormat,
|
mediaFormat, recording.getInt("height") + "p"));
|
||||||
Integer.toString(recording.getInt("height"))));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return videoStreams;
|
return videoStreams;
|
||||||
|
Reference in New Issue
Block a user