Fix uploader url for related streams

This commit is contained in:
Coffeemakr 2017-11-26 17:12:20 +01:00
parent 16b77b56cc
commit 421550e0c4
No known key found for this signature in database
GPG key ID: 3F35676D8FF6E743

View file

@ -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 "";