python-youtube icon indicating copy to clipboard operation
python-youtube copied to clipboard

get_comment_by_id() throws an exception when passed more than 50 ids

Open sshivprasad opened this issue 2 years ago • 1 comments

I have a list of 158 comment thread ids for which I have to extract comment info. image

However when I pass the list to get_comment_by_id(), it throws an exception image

#38 - same as the issue here

sshivprasad avatar Aug 25 '21 13:08 sshivprasad

Yes, Now the id list only accept less than 50. You need call this method more times.

MerleLiuKun avatar Aug 29 '21 09:08 MerleLiuKun