mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-09-02 15:25:32 +00:00
-Removed live stream exceptions
This commit is contained in:
@@ -594,9 +594,6 @@ public class YoutubeStreamExtractor extends StreamExtractor {
|
|||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new ParsingException("Could not parse yt player config", e);
|
throw new ParsingException("Could not parse yt player config", e);
|
||||||
}
|
}
|
||||||
if (isLiveStream) {
|
|
||||||
throw new LiveStreamException("This is a Live stream. Can't use those right now.");
|
|
||||||
}
|
|
||||||
|
|
||||||
return playerArgs;
|
return playerArgs;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user