youtube-comment-suite
youtube-comment-suite copied to clipboard
Cyrillic search is not working
When I try to search for videos using Ukrainian letters (Cyrillic), the search does not take place by the word itself, but by the word encoded by percentage encoding.
This does seem to be an issue, I am currently encoding the entire search string when it looks like I only need to encode the pipe | character according to the Java API doc. This is an easy fix.