Multiple requests for getComments() #517
Closed
EricRodabaugh
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I am a user coming from using: https://github.com/FreeTubeApp/yt-comment-scraper. I am implementing a proxy and when I call getComments(), it seems that my proxy is getting hit four times and I would expect to get hit only once. The proceeding calls to getContinuation()/getReplies() is what I expect at once per call. I was just wondering if there was a reason for this at the start?
A bit of background, I am monitoring the amount of data that is transferred through my proxy and see that the getComments() call is about 220KB per request and there are four of them, coming to 880KB per call, which seemed a tad high from the old library only using ~120KB. The getContinuation()/getReplies() is much much smaller though, at around 20KB each.
Also, thanks a ton for making an awesome API to use.
Beta Was this translation helpful? Give feedback.
All reactions