2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-31 06:15:37 +00:00

Merge pull request #46 from coffeemakr/bugfix-uploader-url

Fix uploader url for related streams
This commit is contained in:
Christian Schabesberger
2017-11-26 20:33:34 +01:00
committed by GitHub

View File

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