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
Some playlists do not return any videos. It has no videocount and no videos return in the object.
This id can be used for testing: https://youtube.com/playlist?list=RDlMFIejZgJSM&playnext=1&si=Ljn3yEylBIE2rM5Z
await youTubeExplode.playlists.get(url); result is videoCount = null
await youTubeExplode.playlists.get(url);
Same thing if you do streaming with youTubeExplode.playlists.getVideos(url)
youTubeExplode.playlists.getVideos(url)
I/flutter (15409): [FINE] YoutubeExplode.HttpClient: Sending request: GET https://www.youtube.com/playlist?list=RDlMFIejZgJSM&hl=en&persist_hl=1 I/flutter (15409): [FINER] YoutubeExplode.HttpClient: Request headers: {user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.18 Safari/537.36, cookie: CONSENT=YES+cb, accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9, accept-language: en-US,en;q=0.5} I/flutter (15409): [FINER] YoutubeExplode.HttpClient: Request body: D/EGL_emulation(15409): app_time_stats: avg=777.01ms min=2.92ms max=27923.66ms count=37 I/flutter (15409): [FINE] YoutubeExplode.HttpClient: Sending request: POST https://www.youtube.com/youtubei/v1/browse?key=AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8 I/flutter (15409): [FINER] YoutubeExplode.HttpClient: Request headers: {x-youtube-client-name: 1, x-goog-visitor-id: CgtOV0RnTDFZcXoyTSiU_MO6BjIKCgJBVRIEGgAgYg%3D%3D, content-type: text/plain; charset=utf-8, user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.18 Safari/537.36, cookie: CONSENT=YES+cb, accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9, accept-language: en-US,en;q=0.5} I/flutter (15409): [FINER] YoutubeExplode.HttpClient: Request body: {"context":{"client":{"browserName":"Chrome","browserVersion":"105.0.0.0","clientFormFactor":"UNKNOWN_FORM_FACTOR","clientName":"WEB","clientVersion":"2.20220921.00.00"}},"browseId":"VLRDlMFIejZgJSM"}
2.3.6
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
Some playlists do not return any videos.
It has no videocount and no videos return in the object.
This id can be used for testing: https://youtube.com/playlist?list=RDlMFIejZgJSM&playnext=1&si=Ljn3yEylBIE2rM5Z
await youTubeExplode.playlists.get(url);
result is videoCount = null
Same thing if you do streaming with
youTubeExplode.playlists.getVideos(url)
Stacktrace / error logs.
Package (youtube_explode_dart) version
2.3.6
Checklist
Additional notes
No response
The text was updated successfully, but these errors were encountered: