views:

272

answers:

1

Hi,

I am using android. Currently, when I open youtube url in browser and click the videos, it displays no flash plugin found. So, i decided to download the youtube video as mp4 format and then play it locally.

How to download youtube videos using android intent. In which file, i have to modify the change.

Thanks and Regards,

HarishKumar.V

+1  A: 

Well, look at youtubedl source, I think you can figure it out.

http://bitbucket.org/rg3/youtube-dl/wiki/Home

alamar
checkout pytube too: http://code.google.com/p/pytube/The script has less features and so is much shorter
Plumo