We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
getContinuation
Since playlists can often be extremely long, I expected getContinuation to work, but it seems to not yet be implemented.
const wl = await youtube.getPlaylist('WL'); console.log(wl.getContinuation());
The text was updated successfully, but these errors were encountered:
Yup, not implemented yet. Will probably work on that later today or maybe tomorrow.
Sorry, something went wrong.
Thanks for your hard work!
This is fixed with #44 which just merged!
No branches or pull requests
Expected Behavior
Since playlists can often be extremely long, I expected
getContinuation
to work, but it seems to not yet be implemented.Steps to Reproduce
Checklist
The text was updated successfully, but these errors were encountered: