mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-13 05:40:34 +05:30
Fix uploader url for related streams
This commit is contained in:
parent
16b77b56cc
commit
421550e0c4
@ -782,6 +782,11 @@ public class YoutubeStreamExtractor extends StreamExtractor {
|
||||
.select("span").first().text();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getUploaderUrl() throws ParsingException {
|
||||
return ""; // The uploader is not linked
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getUploadDate() throws ParsingException {
|
||||
return "";
|
||||
|
Loading…
Reference in New Issue
Block a user