mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-24 23:06:13 +03:00
[GH-ISSUE #434] Handling of batched processing which may contain invalid video ids. #325
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#325
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @2meito on GitHub (Sep 22, 2023).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/434
Hello, I'm currently using this library with browser authentication to create a program that can read a text file containing video ids and add them to a playlist.
However, some of those video ids are from videos are either private or no longer exists, so when I try to run:
I usually get a response like this:
Currently I'm trying to see how far I can go while sending individual request, but I was wondering if there was a better way to handle batched process for a problem like this.
YTMusicAsync#517