mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-28 16:00:33 +05:30
Fix getUploaderUrl() in YoutubeStreamInfoItemExtractor
This commit is contained in:
parent
db305408e9
commit
cdbc751b87
@ -159,7 +159,7 @@ public class YoutubeStreamInfoItemExtractor implements StreamInfoItemExtractor {
|
||||
if (id == null || id.isEmpty()) {
|
||||
throw new IllegalArgumentException("is empty");
|
||||
}
|
||||
return YoutubeChannelLinkHandlerFactory.getInstance().getUrl(id);
|
||||
return YoutubeChannelLinkHandlerFactory.getInstance().getUrl("channel/" + id);
|
||||
} catch (Exception e) {
|
||||
throw new ParsingException("Could not get uploader url");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user