Search:

Type: Posts; User: onlyhereonce

Search: Search took 0.09 seconds.

  1. Replies
    14
    Views
    3,674

    Re: ChunkedInputStream Error? Help Please

    Thanks for the help voodoo i kinda understand it more.




    That's the C.I.S.java, and this is my Youtube.java:



    import java.util.*;
  2. Replies
    14
    Views
    3,674

    Re: ChunkedInputStream Error? Help Please

    Thanks Voodoo! Check your pm please :)
  3. Replies
    14
    Views
    3,674

    Re: ChunkedInputStream Error? Help Please

    Hmmm, i looked into the API, Just one question, it only displays the comments off the first video page, using the video ID i can only get these comments. How would i display all the comments? or...
  4. Replies
    14
    Views
    3,674

    Re: ChunkedInputStream Error? Help Please

    Firstly Youtube wouldn't carry out any action against me if i made this public. If they really cared we wouldn't see any of these mp3 scrapers.
    Plus if they did they would probably give me notice to...
  5. Replies
    14
    Views
    3,674

    Re: ChunkedInputStream Error? Help Please

    I did some research on chunked Transfer encoding and some one said the error is related to it, but i cant fit it together. Chunked transfer encoding - Wikipedia, the free encyclopedia
  6. Replies
    14
    Views
    3,674

    Re: ChunkedInputStream Error? Help Please

    I'll post the whole code, here:


    import java.util.*;
    import java.net.*;
    import java.io.*;
    import javax.swing.JOptionPane;

    public class Youtube{
    public static void main(String...
  7. Replies
    14
    Views
    3,674

    ChunkedInputStream Error? Help Please

    Hey guys,
    I have made an application that reads of a website and parses it's HTML, however when i go through more than one page or so(maybe 2-3) its throws out an error. This only happens when i...
Results 1 to 7 of 8