Check Video Exists

It returns title of video passed in video_url if exists, otherwise returns None in title

body: returns data

success_score: api success rate

errors: errors encountered in api

Here is the code:-

youtube.check_video_exists(video_url='https://www.youtube.com/watch?v=hPQ79rrkziM')
Parameters

video_url (str) – video url which need to be checked for existence

Returns

{“body”: {‘Title’: ‘Title’}, “success_score”: “100”, “errors”: []}

Return type

dict