YouTube Comment Search에 대한 리뷰
YouTube Comment Search 제작자: Pancevac
리뷰 51개
- 5점 만점에 5점Firefox 사용자 17610931 님, 4년 전
- 5점 만점에 5점coolnerdave 님, 4년 전
- 5점 만점에 4점Firefox 사용자 13302641 님, 4년 전Generally works fine, but refuses to work on certain videos, shows a message "Oops, something went wrong".
- 5점 만점에 5점Drednaught 님, 4년 전Great, but there is an annoying problem where, more often than not, one word searches don't work and the extension says, "Ups, something went wrong..."
- 5점 만점에 5점Firefox 사용자 14372178 님, 5년 전Works very well! It's a pity you can't like or answer a comment.
개발자 답글
5년 전에 게시됨Agree, unfortunately YouTube doesn't support comment likes through API. Replying to the comment could be implemented tho but only with user authentication (the only way to know which user replied on which comment) - The extension works very well, I just wish there was the possibility to search for comments on the entire channel, for example I write "global:Hello World" then it searches in all videos for comments that contain these words and at the end returns a query with the comments from these videos.
- 5점 만점에 5점Firefox 사용자 15246960 님, 5년 전Awesome extension... Perfectly does what it is intended to do.
### REQUEST ###
Add feature to like, comment and reply to the searched comments. If you could do this.. I am sure this will be featured in several tech articles. :P
Also add count of the comments that came in results.개발자 답글
5년 전에 게시됨Unfortunately, feature to like comments can't be implemented because of YouTube API limitation.
On the other side, replying to a comment could be implemented but it would require user to grant YouTube permissions(scopes) to a extension, simple speaking, it would require user authentication. I'll think of adding this feature for sure.
Thanks for feedback! - 5점 만점에 3점dolorous_dude 님, 5년 전Nice and useful tool! I have noticed a few issues tho: The shortcut is supposed to be CTRL+ALT+S but it was actually mapped to CTRL+Y for some reason. The cursor changes to move or resize the window, but neither actually work. Some of the results don't even have the keyword in them. I think it's because the word is in a comment reply but this just shows the last 5 replies of each comment. Also, personally I would have the window pop up in the bottom right corner instead of the center, but maybe I just have OCD. : P
- 5점 만점에 5점Firefox 사용자 13491573 님, 5년 전Great addon, makes searching easy:) One thing that would be also great, making partial search possible. Thanks for your work:)
- 5점 만점에 4점Firefox 사용자 16501371 님, 5년 전This extension is good but it used to be better before the update, for one the key command doesn't work anymore, that and I can't load up a comment that I've searched
- 5점 만점에 5점sign-in-smth 님, 5년 전excellent addon, so often need to find something hidden beneath 'view more' and endless scroll.
thanks so much for the added search button, and other updates!
edit3:
thanks! :)개발자 답글
5년 전에 게시됨Thanks for noticing, I will fix it in the new version.
edit2
Ouch, sorry, I was in rush with updating. It's fixed now with 2.1.2 version :) - 5점 만점에 5점CaioMartinelli 님, 6년 전Wondeful extension, perfect as is. It is absolutely great to be used with Youtube live comments extension in my case. Thanks for your work to community. It is really amazing. This is one that i would be happy to pay you at least a coffe or two if possible in any way. See ya.
- there are bugs: the search returns also comments which do not include the search term!
e.g. searching this video https://www.youtube.com/watch?v=zZUOazRFLaA for "sortimo"
p.s. I think the error is at youtube because the web interface https://ytcomment.kmcat.uk/# returns the same results as your addon
p.s.2 https://hadzy.com/comments however works fine and i think is using the same api
edit: I used this add-on to search in the comments for just 2 youtube videos; it looks ok, but I would have colored the search terms in the result window;
I think you should complain to youtube about the error to have them fix their own bugs rather than rely on workarounds!
Is there another way we can communicate here except editing the review?
p.s.3 how about enabling Like/Dislike/Reply ?
can you implement this?개발자 답글
6년 전에 게시됨Hi there,
it is indeed strange why youtube returning comments without given keywords but since the plugin relies entirely on youtube api, I could add some post filtering but I'm not sure how effective that would be.
Are there any other bugs you've noticed?
Edit2:
Sounds good, when I have time, I'll try to implement that. - 5점 만점에 5점Firefox 사용자 15302263 님, 6년 전
- 5점 만점에 5점Max Mustermann 님, 6년 전This addon has been working for me without any problems until now.
When i try to search a comment it tells me "Ups, something went wrong." I tried removing and readding the addon and also restarting firefox. Neither of which was succesful. Can you help me, please?개발자 답글
6년 전에 게시됨Yes, don't worry, your Firefox browser is working correctly. Problem is, though , that
max search requests are restricted to 10 000 per day, that's restriction by YouTube API.
When limit is reached, every user will get "Ups, something went wrong".
I noticed that limit is reached almost every day(close to midnight) since last month.
In order to resolve this problem, I will try to implement proxy server as backend, as soon as possible but it will take some time to develop.