Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: How to download youtube videos using java

  1. #1
    Junior Member
    Join Date
    Aug 2011
    Posts
    13
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default How to download youtube videos using java

    How can I write a program to download YouTube videos using java?
    What is the logic need to be implemented to download youtube videos?

    Thanks in Advance


  2. #2
    Junior Member
    Join Date
    Dec 2012
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: How to download youtube videos using java

    I'm interested in this too, bump.

  3. #3
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: How to download youtube videos using java

    Get the URL for the video file and read the data from the URL.
    If you don't understand my answer, don't ignore it, ask a question.

  4. #4
    Junior Member
    Join Date
    Dec 2012
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: How to download youtube videos using java

    Quote Originally Posted by Norm View Post
    Get the URL for the video file and read the data from the URL.
    Tutorial on how to interact with the Web in Java? All I've ever done is basic Java stuff.

  5. #5
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: How to download youtube videos using java

    Read about how to read data from a URL. See the URLConnection or the Socket classes for methods for reading data from a URL.
    If you don't understand my answer, don't ignore it, ask a question.

  6. The Following User Says Thank You to Norm For This Useful Post:

    Nat47 (December 5th, 2012)

Similar Threads

  1. How to download protected web page using JAVA
    By angeles86 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: September 22nd, 2012, 07:20 AM
  2. JAVA DOWNLOAD
    By sephskie in forum Java Theory & Questions
    Replies: 1
    Last Post: January 9th, 2012, 08:38 PM
  3. Feature of Java video free download
    By jessie143143 in forum The Cafe
    Replies: 1
    Last Post: October 12th, 2011, 03:29 AM
  4. need help with java API download from a website
    By alpha.rome in forum Java Theory & Questions
    Replies: 4
    Last Post: September 2nd, 2011, 04:11 AM
  5. Download a file by Bluetooth in Java SE
    By danielpereira in forum Java Theory & Questions
    Replies: 0
    Last Post: October 6th, 2010, 02:37 PM