4

I want to make application that uses YouTube API , but i cant find how to download YouTube videos . Can anyone tell me how ? By the way I use vb.net & C#.net

  • 1
    possible duplicate of [Downloading video from YouTube](http://stackoverflow.com/questions/1083164/downloading-video-from-youtube) – Matias Cicero Jul 01 '15 at 02:13

2 Answers2

2

Copying audiovisual content is forbidden according to the YouTube Developer Policies

E. Handling YouTube Data and Content

Aside from the permissions and rights granted in this section, you and your API Clients have no further permissions or rights to API Data, including to temporarily stored API Data.

Audiovisual Content

  1. You and your API Clients must not, and must not encourage, enable, or require others to:

    1. download, import, backup, cache, or store copies of YouTube audiovisual content without YouTube's prior written approval,
    2. make content available for offline playback, or
    3. use any aspect of the YouTube API Services to facilitate or promote copyright infringement or the exploitation of copyright-infringing materials.
balupton
  • 47,113
  • 32
  • 131
  • 182
mpgn
  • 7,121
  • 9
  • 67
  • 100
1

Probably it is not wanted from youtube that videos are downloaded :) They cannot show ADs once you downloaded it and so on. It is possible however, you can look at the thread from 2014 here :

Downloading video from YouTube

Community
  • 1
  • 1
mr_w_snipes
  • 171
  • 8