Click Hide Replies

It will click on hide replies of the comment whose text is passed in comment.

body: returns data

success_score: api success rate

errors: errors encountered in api

Here is the code:-

youtube.click_hide_replies(comment='Nice song')
Parameters

comment (str) – comment text whose replies needs to be hide

Returns

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

Return type

dict