java-youtube-downloader icon indicating copy to clipboard operation
java-youtube-downloader copied to clipboard

Simple, almost zero-dependency java parser for retrieving youtube video metadata

Results 15 java-youtube-downloader issues
Sort by recently updated
recently updated
newest added

Seems that google changed the keys again and the downloading not working anymore.

Hi the component cannot download the target video at any ratio. The exception message is 'No video information was found'. The package version is 3.2.3. Best Regards

I was trying to run this block of code: ``` public File getFile() { Config config = new Config.Builder().maxRetries(1).build(); YoutubeDownloader downloader = new YoutubeDownloader(config); Scanner scanner = new Scanner(System.in); System.out.println("Enter...

I was asked to implement support for downloading videos from tiktok. I've created a separate branch for that purpose. I don't consider it to be merged to master (at least...

not an issue