mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-13 05:40:34 +05:30
fix next video problem
This commit is contained in:
parent
6ab3dc876e
commit
b587d175bb
@ -239,9 +239,6 @@ public class StreamInfo extends AbstractStreamInfo {
|
|||||||
streamInfo.addException(e);
|
streamInfo.addException(e);
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
// get next video
|
|
||||||
if(streamInfo.next_video != null)
|
|
||||||
{
|
|
||||||
StreamInfoItemCollector c = new StreamInfoItemCollector(
|
StreamInfoItemCollector c = new StreamInfoItemCollector(
|
||||||
extractor.getUrlIdHandler(), extractor.getServiceId());
|
extractor.getUrlIdHandler(), extractor.getServiceId());
|
||||||
StreamInfoItemExtractor nextVideo = extractor.getNextVideo();
|
StreamInfoItemExtractor nextVideo = extractor.getNextVideo();
|
||||||
@ -251,7 +248,6 @@ public class StreamInfo extends AbstractStreamInfo {
|
|||||||
}
|
}
|
||||||
streamInfo.errors.addAll(c.getErrors());
|
streamInfo.errors.addAll(c.getErrors());
|
||||||
}
|
}
|
||||||
}
|
|
||||||
catch(Exception e) {
|
catch(Exception e) {
|
||||||
streamInfo.addException(e);
|
streamInfo.addException(e);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user