How to check if video has been deleted or removed in youtube using python
问题 i have a csv file where i have 1000 videos links . I want to check whether these videos still exists or they have been removed or deleted from YouTube. How can i do that in python? Please guide on this 回答1: You could use the Official Youtube API for Python. There's a similar question for this problem in Stackoverflow, but meant for PHP (check this reference). 回答2: I'm the author of the Video Link Checker plugin that does this for YouTube, DailyMotion, Vimeo, etc. I can't help with Python code