mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2024-12-02 23:12:56 +01:00
287d1dfd63
SoundCloud broke the workaround used to get a single file from HLS manifests for Opus manifests, but it still works for MP3 ones. The code has been adapted to prevent an unneeded request (the one to the Opus HLS manifest) and the HLS delivery method is now used for SoundCloud MP3 and Opus streams, plus the progressive one (for tracks which have a progressive stream (MP3) and for the ones which doesn't have one, it is still used by trying to get a progressive stream, using the workaround). Streams extraction has been also moved to Java 8 Stream's API and the relevant test has been also updated. |
||
---|---|---|
.. | ||
src | ||
build.gradle |