forked from j62/ctbrec
1
0
Fork 0

Revert refresh of segment playlist url

This commit is contained in:
0xboobface 2020-03-19 15:00:23 +01:00
parent dd47d121bc
commit 13da583483
1 changed files with 0 additions and 3 deletions

View File

@ -127,9 +127,6 @@ public abstract class AbstractHlsDownload extends AbstractDownload {
}
throw new InvalidPlaylistException("Playlist has no media playlist");
} else {
// update playlist url in case the streaming server has switched or something
LOG.debug("Loading segment playlist failed - trying to get a fresh playlist URL");
segmentsURL = getSegmentPlaylistUrl(getModel());
throw new HttpException(response.code(), response.message());
}
} catch (Exception e) {