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

Error: Invalid initial data json, YT Music Support ?

Open Shabinder opened this issue 2 years ago • 1 comments

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

Actually, this Playlist link is from Youtube Music and generally, most of the YT MUSIC content is also viewable on Youtube ... but as you can see some is not...

Can you try to include YT Music support too? If that's possible... :eyes:

Shabinder avatar Jul 11 '21 04:07 Shabinder

@Shabinder it might be possible, i will look

sealedtx avatar Jul 11 '21 15:07 sealedtx