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

https://www.youtube.com/watch?v=oG55FP6P3-g I am using the library to download the above video with bestVideoFormat. When I called the downloadVideoFile method. It completed almost at instant. I added callback method to see...

After starting parsing video info, the following errors occur: W/System.err: Error parsing format: unknown itag 597 W/System.err: Error parsing format: unknown itag 598 W/System.err: Error parsing format: unknown itag 599...

help wanted
fix required

please document to see what is happening under the hood

discussion

**PlaylistID:** _**RDAMVMkgJHhww8Ejc**_ **CODE**: ``` val ytDownloader = YoutubeDownloader() val request = RequestPlaylistInfo("RDAMVMkgJHhww8Ejc") val response = ytDownloader.getPlaylistInfo(request) println(response.status()) println(response.error()) ``` OUTPUT: ``` error com.github.kiulian.downloader.YoutubeException$BadPageException: Invalid initial data json ``` ![image](https://user-images.githubusercontent.com/44765050/125183229-6d9a4100-e232-11eb-9d4e-88d4a0ef7383.png) Actually,...

enhancement

Hey @sealedtx , I hope you are doing good. I have been working on a hobby project [SpotiFlyer](https://github.com/Shabinder/SpotiFlyer) and earlier it was only targeting android(jvm) so your library was fulfiling...

Hi, It seems that we cannot download the video when we have to accept the inappropriate content of the video. Idk if i'm understandable so i give you some links...

enhancement
help wanted

No viedo data found. The request semmes to be working, but no viedeo data can be found. Your library does not compile anymore, tests fail.

Hey for the beginning great library. I can't get playlist details. I got `downloader.model.playlist.PlaylistInfo.details()" because "playlistInfo" is null`. Can you check this?

This release, version fibi 1.0.0, is dedicated to resolving a critical issue related to caption generation that remained unaddressed in the original version 3.2.3. I'm pleased to announce that this...

Hi there. There are no subtitles anymore in the response. Do you know what happened? Looks like Google changed response and no captions