Tyrrrz / Tyrrrz/YoutubeExplode
`Playlists.GetVideosAsync` does not return all videos of a playlist
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 592
- Avg merge
- 3h 4m
- Merged PRs (30d)
- 1
Description
Version
v6.3.6
Platform
.NET 6.0 / Windows 10
Steps to reproduce
youtube.Playlists.GetVideosAsync("https://www.youtube.com/playlist?list=PLI_eFW8NAFzYAXZ5DrU6E6mQ_XfhaLBUX")
Details
GetVideosAsync only returns the first ~900 videos from https://www.youtube.com/playlist?list=PLI_eFW8NAFzYAXZ5DrU6E6mQ_XfhaLBUX. The official api returns ~4500 videos of which about 500 are duplicates.
Checklist
- I have looked through existing issues to make sure that this bug has not been reported before
- I have provided a descriptive title for this issue
- I have made sure that that this bug is reproducible on the latest version of the package
- I have provided all the information needed to reproduce this bug as efficiently as possible
- I have sponsored this project
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the supplied playlist case through Playlists.GetVideosAsync and inspect how that entry point retrieves subsequent pages. Compare its result with the official API response; done means the playlist is no longer truncated around 900 videos and the reported duplicate behavior is addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100