1

Possible Duplicate:
Save Youtube video to iPhone in the app

I want to download and save a youtube video from a given youtube video link, programmatically. Can anyone point to some sample app. Help appreciated.

Community
  • 1
  • 1
Ganesh Nayak
  • 67
  • 1
  • 2
  • 6

3 Answers3

1

Does the AVAssetWriter class help you at all?

http://developer.apple.com/library/ios/#documentation/AVFoundation/Reference/AVAssetWriter_Class/Reference/Reference.html

Mike Chamberlain
  • 39,692
  • 27
  • 110
  • 158
0

Check out which URL and algorithm I used: https://github.com/H2CO3/PwnTube

0

Not a problem:

Here is my example:

I used PSYouTubeExtractor.h class by Peter Steinberger It can get youtube mp4 video url and than downloading and viewing is not a problem

Tim Kozak
  • 4,026
  • 39
  • 44