youtube-comment-suite icon indicating copy to clipboard operation
youtube-comment-suite copied to clipboard

Cyrillic search is not working

Open DokAndMax opened this issue 3 years ago • 1 comments

Screenshot 2022-02-12 151110 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.

DokAndMax avatar Feb 12 '22 13:02 DokAndMax

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.

mattwright324 avatar Feb 12 '22 15:02 mattwright324