auto-youtube-subscription-playlist-2 icon indicating copy to clipboard operation
auto-youtube-subscription-playlist-2 copied to clipboard

Channel vs. user ID ambiguity

Open Fabian42 opened this issue 3 years ago • 1 comments

I wanted to add https://www.youtube.com/c/skate702 to my script, so I wrote "skate702" into a cell. Instead, it seems to use "https://www.youtube.com/user/SkAtE702". I have now inserted "UCgSJ92_7N3_TOHvKxN2yV1w" instead and will see how that goes.
Is there something that the script can do against such ambiguities? Also, often channel names don't work at all, is that the same issue and why does that happen?

Fabian42 avatar Aug 24 '21 14:08 Fabian42

Custom URLs are not supported at all and usernames (yt.com/user/...) are somewhat supported, all due to the YouTube Data API, nothing we can do on our end. One solution for finding by custom URL is described in this SO post, but it's not perfect either. The best way is to use channel IDs for everything, I updated the readme to be a bit clearer.

victorjzsun avatar Aug 24 '21 15:08 victorjzsun

Possible temporary solutions proposed in https://github.com/Elijas/auto-youtube-subscription-playlist-2/issues/83, closing this one as a duplicate and continue discussion there

victorjzsun avatar Dec 04 '22 21:12 victorjzsun