FurryCoders / FAAPI

Python library to implement API-like functionality for the FurAffinity.net website.
European Union Public License 1.2
20 stars 6 forks source link

[Bug]: function "username_url" can not match all user_name like "^69" #12

Open Centillion000 opened 1 month ago

Centillion000 commented 1 month ago

Version

3.11.6

What happened?

When I use function user(self, user: str) to get user (^69) info , it will raise NotFound , but this user is exist (^69). I found this function username_url(username: str) did not match this username correctly.

How to reproduce the bug?

use function user(self, user: str) get user (^69) info

Relevant log output

No response

MatteoCampinoti94 commented 1 month ago

I didn't know apices were allowed in usernames o.o

I'll fix it in a moment :)