How to download Youtube video in android SD card programmatically
问题 I have YouTube link "https://www.youtube.com/watch?v=ySuYTKkgIvg" How can I store this video from YouTube to my SD card? I can play video using YouTube player by android YouTube DATA API but don't know how to download it is any API / code who can help me to do this? 回答1: Youtube API allows you to search & list videos and obtain the mediaplayer URL , so that you can play videos within your web page. Look here for downloading video from Youtube Youtube Video Data API Youtube Java Data API -