You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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... 👀
The text was updated successfully, but these errors were encountered:
Shabinder
changed the title
Error: Invalid initial data json
Error: Invalid initial data json, YT Music Support ?
Jul 11, 2021
PlaylistID: RDAMVMkgJHhww8Ejc
CODE:
OUTPUT:
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... 👀
The text was updated successfully, but these errors were encountered: