Watch Later Videos¶
It fetches link and title of the videos in watch later list.
body: returns data
success_score: api success rate
errors: errors encountered in api
Here is the code:-
-
youtube.
watch_later_videos
()¶ - Returns
{“body”: [{‘Title’: ‘Title’, ‘Video_Link’: ‘Video_Link’}], “success_score”: “100”, “errors”: []}
- Return type
dict