newtaDev / pod_player

Video player for flutter web & mobile devices, Play video from youtube or vimeo or network in flutter using pod player
https://pub.dev/packages/pod_player
MIT License
106 stars 202 forks source link

how to get YouTube video meta data? #221

Open Purehi opened 3 months ago

Purehi commented 3 months ago

like this:

VideoData? videoData = await youtubeDataApi.fetchVideoData(videoId); String? videoTitle = videoData?.video?.title; String? videoChannelName = videoData?.video?.username; String? viewsCount = videoData?.video?.viewCount; String? likeCount = videoData?.video?.likeCount; String? channelThumbnail = videoData?.video?.channelThumb; String? channelId = videoData?.video?.channelId; String? subscribeCount = videoData?.video?.subscribeCount; List<Video?>? relatedVideos = videoData?.videosList;

saedAlHanash commented 3 months ago

try this package youtube_explode_dart