vitorccs / yourls-api-save-by-keyword

YOURLS plugin which updates the long URL of an existing keyword, or creates a new short URL with the supplied keyword
GNU General Public License v3.0
0 stars 1 forks source link

shorturl compares URLs differently #2

Closed axeld closed 1 year ago

axeld commented 1 year ago

I accidentally forgot the schema prefix for my URLs. When I tried to change that via the "save_by_keyword" API, I could not, as "shorturl" would complain that the URL already exists.

vitorccs commented 1 year ago

@axeld I am closing this issue since this is already being discussed here https://github.com/vitorccs/yourls-api-save-by-keyword/issues/1

axeld commented 1 year ago

It's not really the same issue, but it might well be fixed by the same solution. I'll give it a try and report.