Plompi / VinURL

A Minecraft Fabric mod to download your favourite Tunes
https://modrinth.com/mod/vinurl
Other
2 stars 0 forks source link

URL gets cut off #11

Closed cerealisgoodforyou closed 2 weeks ago

cerealisgoodforyou commented 2 weeks ago

The URL field has a maximum length which is not enough for many links, resulting in the mod failing to download the song.

Plompi commented 2 weeks ago

currently the limit is set to 200 characters, which should sufficient for most uses. which links do exceed said threshhold? If its really an issue, i can set the max length to a higher value. As a side note, this behavior can be bypassed by using the /vinurl set command

cerealisgoodforyou commented 2 weeks ago

Discord media links are sometimes longer than 200 characters depending on the filename length.

Plompi commented 2 weeks ago

I doubled the maxLength to 400 chars