mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-29 00:10:35 +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()) {
|
if (id == null || id.isEmpty()) {
|
||||||
throw new IllegalArgumentException("is empty");
|
throw new IllegalArgumentException("is empty");
|
||||||
}
|
}
|
||||||
return YoutubeChannelLinkHandlerFactory.getInstance().getUrl(id);
|
return YoutubeChannelLinkHandlerFactory.getInstance().getUrl("channel/" + id);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new ParsingException("Could not get uploader url");
|
throw new ParsingException("Could not get uploader url");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user