-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: None
-
Component/s: URL cleanup
-
None
The regex for Juno Download URLs disallows slugs that contain a tilde (~), full stop (.), or the percent sign (%). The latter affects all slugs that contain percent-encoding.
So far I haven't found any artist/label slugs that contain a ~ character, but many contain full stops and/or percent-encoding.
| Artist name | Artist URL |
|---|---|
| Dominik Müller | https://www.junodownload.com/artists/Dominik+M%C3%BCller |
| Charly Can't Stop | https://www.junodownload.com/artists/Charly+Can%27t+Stop/ |
| Strictly M.O.R. | https://www.junodownload.com/artists/Strictly+M.o.r./ |
| Jay M.C. | https://www.junodownload.com/artists/Jay+M.c./ |
| Label name | Label URL |
|---|---|
| da.n.c.e. | https://www.junodownload.com/labels/da.n.c.e./ |
| Kos.Mos.Music | https://www.junodownload.com/labels/Kos.Mos.Music/ |
| 1000% Triad Funded | https://www.junodownload.com/labels/1000%25+Triad+Funded/ |
| U Can't Stop The Rave | https://www.junodownload.com/labels/U+Can%27t+Stop+The+Rave/ |