Merge pull request #725 from FireMasterK/related-uploader-avatar
Extract Channel Avatar in related videos.
This commit is contained in:
commit
62b87552f5
1 changed files with 6 additions and 1 deletions
|
@ -172,6 +172,11 @@ public class YoutubeStreamInfoItemExtractor implements StreamInfoItemExtractor {
|
|||
.getObject(0).getString("url");
|
||||
}
|
||||
|
||||
if (videoInfo.has("channelThumbnail")) {
|
||||
return JsonUtils.getArray(videoInfo, "channelThumbnail.thumbnails")
|
||||
.getObject(0).getString("url");
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue