Skip to content
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

No getContinuation for playlists #70

Closed
4 tasks done
walking-octopus opened this issue Jun 7, 2022 · 3 comments
Closed
4 tasks done

No getContinuation for playlists #70

walking-octopus opened this issue Jun 7, 2022 · 3 comments

Comments

@walking-octopus
Copy link

walking-octopus commented Jun 7, 2022

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

const wl = await youtube.getPlaylist('WL');
console.log(wl.getContinuation());

Checklist

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
  • I have provided sufficient information
@walking-octopus walking-octopus added the bug Something isn't working label Jun 7, 2022
@LuanRT
Copy link
Owner

LuanRT commented Jun 7, 2022

Yup, not implemented yet.
Will probably work on that later today or maybe tomorrow.

@walking-octopus
Copy link
Author

Thanks for your hard work!

@walking-octopus walking-octopus changed the title [VERSION] No getContinuation for playlists No getContinuation for playlists Jun 7, 2022
@Wykerd
Copy link
Collaborator

Wykerd commented Jun 15, 2022

This is fixed with #44 which just merged!

@Wykerd Wykerd closed this as completed Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants