We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16b77b5 + 421550e commit 5272468Copy full SHA for 5272468
1 file changed
src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeStreamExtractor.java
@@ -782,6 +782,11 @@ public String getUploaderName() throws ParsingException {
782
.select("span").first().text();
783
}
784
785
+ @Override
786
+ public String getUploaderUrl() throws ParsingException {
787
+ return ""; // The uploader is not linked
788
+ }
789
+
790
@Override
791
public String getUploadDate() throws ParsingException {
792
return "";
0 commit comments