-Removed live stream exceptions

This commit is contained in:
John Zhen Mo 2018-02-25 12:34:09 -08:00
parent 86db415b18
commit e851c12230
1 changed files with 0 additions and 3 deletions

View File

@ -594,9 +594,6 @@ public class YoutubeStreamExtractor extends StreamExtractor {
} catch (Exception 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;
}