mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-10-12 22:27:39 +00:00
made extractor not throw exception upon missing dash mpd
This commit is contained in:
@@ -412,7 +412,6 @@ public class YoutubeStreamExtractor implements StreamExtractor {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getDashMpdUrl() throws ParsingException {
|
public String getDashMpdUrl() throws ParsingException {
|
||||||
throw new ParsingException("blabla");
|
|
||||||
/*
|
/*
|
||||||
try {
|
try {
|
||||||
String dashManifestUrl = videoInfoPage.get("dashmpd");
|
String dashManifestUrl = videoInfoPage.get("dashmpd");
|
||||||
@@ -429,6 +428,7 @@ public class YoutubeStreamExtractor implements StreamExtractor {
|
|||||||
"Could not get \"dashmpd\" maybe VideoInfoPage is broken.", e);
|
"Could not get \"dashmpd\" maybe VideoInfoPage is broken.", e);
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user