mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-31 22:35:50 +00:00
Fix uploader url for related streams
This commit is contained in:
@@ -782,6 +782,11 @@ public class YoutubeStreamExtractor extends StreamExtractor {
|
|||||||
.select("span").first().text();
|
.select("span").first().text();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String getUploaderUrl() throws ParsingException {
|
||||||
|
return ""; // The uploader is not linked
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getUploadDate() throws ParsingException {
|
public String getUploadDate() throws ParsingException {
|
||||||
return "";
|
return "";
|
||||||
|
Reference in New Issue
Block a user