Skip to content

Commit 92c1473

Browse files
[YouTube] Correctly set uploaderUrl for lockup content type items
Co-Authored-By: FineFindus <63370021+finefindus@users.noreply.github.com>
1 parent 7d4ae05 commit 92c1473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamInfoItemLockupExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public String getUploaderUrl() throws ParsingException {
191191
if (isNullOrEmpty(channelId)) {
192192
throw new ParsingException("Could not get uploader url");
193193
}
194-
return YoutubeChannelLinkHandlerFactory.getInstance().getUrl(channelId);
194+
return YoutubeChannelLinkHandlerFactory.getInstance().getUrl("channel/" + channelId);
195195
}
196196

197197
@Nonnull

0 commit comments

Comments
 (0)