paulomcnally / youtube-node

Youtube api implementation for nodeJS
https://www.npmjs.com/package/youtube-node
Apache License 2.0
108 stars 53 forks source link

getPlayListsItemsById should take a pageToken parameter #31

Open mcndt opened 7 years ago

mcndt commented 7 years ago

I'd like to see the items of a playlist longer than 50 songs, but the function currently doesn't take a pagetoken marameter.

piercus commented 6 years ago

I have implemented it in https://github.com/nodenica/youtube-node/pull/21, waiting for the review

mateodelnorte commented 5 years ago

Is this being worked on? The lack of a paging token makes this function completely unusable.

piercus commented 5 years ago

I feel nobody wants to merge my PR

images

mateodelnorte commented 5 years ago

Looks like tests may be broken in the project.

mateodelnorte commented 5 years ago

I might just use your fork. :P