Coder Social home page Coder Social logo

Comments (14)

sealedtx avatar sealedtx commented on August 22, 2024

@SdidevelopWork provide details

from java-youtube-downloader.

SudoDios avatar SudoDios commented on August 22, 2024

Connection reset.
Can you give me a sample code?

from java-youtube-downloader.

sealedtx avatar sealedtx commented on August 22, 2024

@SdidevelopWork Example is present in README. Provide videoId which causes error.

from java-youtube-downloader.

SudoDios avatar SudoDios commented on August 22, 2024

zWSFGIEAz4s

from java-youtube-downloader.

sealedtx avatar sealedtx commented on August 22, 2024

@SdidevelopWork I can successfully retrieve metadata for your videoId. The problem is with your connection to youtube. Did you use latest version of java-youtube-downloader? Error message seems to be from previous version. Please update to get more detailed error messages. Also have a look at #27

from java-youtube-downloader.

SudoDios avatar SudoDios commented on August 22, 2024

Yes you are right
When I use a proxy in http connection can get information.
Can you provide a proxy input ?

from java-youtube-downloader.

sealedtx avatar sealedtx commented on August 22, 2024

@SdidevelopWork what do you mean?
You can set proxy without changes in this library:

// set this before any action with YoutubeDownloader
Properties systemProperties = System.getProperties();
systemProperties.setProperty("http.proxyHost",proxy);
systemProperties.setProperty("http.proxyPort",port);

from java-youtube-downloader.

SudoDios avatar SudoDios commented on August 22, 2024

I tried this way before, but it does not work

from java-youtube-downloader.

sealedtx avatar sealedtx commented on August 22, 2024

@SdidevelopWork It should be "https.proxyHost" and "https.proxyHost, sorry

from java-youtube-downloader.

SudoDios avatar SudoDios commented on August 22, 2024

hello
My problem was solved.
What should I do to stop the download?

from java-youtube-downloader.

sealedtx avatar sealedtx commented on August 22, 2024

@SdidevelopWork do you want to interrupt downloading?

from java-youtube-downloader.

SudoDios avatar SudoDios commented on August 22, 2024

yes.

from java-youtube-downloader.

sealedtx avatar sealedtx commented on August 22, 2024

@SdidevelopWork There is no such functionality now, but I may implement it. Please, open new issue for this feature request

from java-youtube-downloader.

SudoDios avatar SudoDios commented on August 22, 2024

Ok, thanks

from java-youtube-downloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.