How to get a list of Playlists from a Channel ID #773
-
I'm trying to download by playlist from a channel, but can't seem to find anything that will get me a list of playlists from given Channel ID. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
No, there is no way |
Beta Was this translation helpful? Give feedback.
-
Well then, down to a lower level it is ^^ Requirements:
Code to fetch list of PlaylistIDs from a ChannelID:
Or, basically just make an HttpRequest and parse the response, you can try this out in a browser: After this you can just get the data from each PlaylistID using YoutubeExplode: Keep up the good work ! |
Beta Was this translation helpful? Give feedback.
Well then, down to a lower level it is ^^
Requirements:
Code to fetch list of PlaylistIDs from a ChannelID:
using Google.Apis.Services;
using Google.Apis.YouTube.v3;