I have a multitude of video IDs (200+) and I would like to create a youtube playlist using all of the video IDs. I tried solutions from here:https://webapps.stackexchange.com/questions/120451/how-to-create-a-playlist-form-a-list-of-links-not-from-bookmarks
None of those solutions worked, and most of them had a 50 video limit. The python code given only had the first video in it, and none of the other videos. The first method didn't work either, and the excel sheet, when copied, completely broke for me.
Is there any way for me to add these videos to a playlist, which is not manual? EG. Using a playlist creator or a program / api? Thanks.