pionxzh / Pornhub.js

Powerful PornHub API for Node.js
MIT License
93 stars 17 forks source link

fix: support non-latin characters in search keyword #100

Closed pionxzh closed 11 months ago

pionxzh commented 11 months ago

closes #98

This PR fixes the problem that the non-latin characters will be incorrectly removed from the search string. These regexes are now aligned with the official implementation.