Channel Videos

It fetches the channel videos from page opened in browser.

body: returns data

success_score: api success rate

errors: errors encountered in api

Here is the code:-

youtube.channel_videos()
Returns

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

Return type

dict