amitt001 / pygmy

An open-source, feature rich & extensible url-shortener + analytics written in Python :cookie:
https://demo.pygy.co/pygmy
MIT License
703 stars 135 forks source link

Improve "Already shortened URL" message #37

Closed amitt001 closed 5 years ago

amitt001 commented 5 years ago

Shortening a pygy.co link is not allowed as that can result in a multi layer on shortening, which can be misused. The message screen showing the error "URL is already a pygmy shortened link." also includes square brackets("[") which is a bug.

Example:

Screenshot 2019-06-16 at 10 26 28
amitt001 commented 5 years ago

Fixed by #38