-
-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get a list of subscribed channels #63
Comments
|
I tried parsing the response. I'm not familiar with how the proper parser works, but here's my attempt. It misses feed continuations but seems to work fine.
|
Nice! The new parser makes that much easier tho -- you can learn more about it here: #65. This feature will probably be implemented in the |
I don't think this should be closed yet. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sorry for not getting around to this for so long. So many things to do lately. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Expected Behavior
Allow receiving a list of channels the user is subscribed to.
Sample Code
const channels = await youtube.getChannelList();
The text was updated successfully, but these errors were encountered: