Goldenfreddy0703 / plugin.video.kaito.beta

A New Beta Version of Kaito made by SwagOtaku
GNU General Public License v3.0
7 stars 1 forks source link

Remove nonalphanumeric characters from anime title on scraping #1

Closed jkaw closed 2 years ago

jkaw commented 2 years ago

Improves scraping for shows that have nonalphanumeric characters in their names. Removes the nonalphanumeric characters as releases on nyaa do not have them in the titles most of the time. Also, not including them also includes releases with the nonalphanumeric characters in it.

This is only for nyaa scraping. A user mentioned cloud inspection also not working as well, but I haven't been able to test it.

Also, parenthesis are excluded from the character removal. Explanation is in the code comments.