skybaks / pyplanet-cup_manager

Competition Management Plugin for Trackmania Pyplanet
GNU General Public License v3.0
6 stars 2 forks source link

Fix filename handling for downloading configs #67

Closed skybaks closed 10 months ago

skybaks commented 11 months ago

The filename is currently defined base only on the URL. This could be really bad for use with link shorteners because it could result in really arbitrary and hard to remember filenames. Perhaps there is something in the response that we could look for to determine the filename and only use the URL as a fallback.

skybaks commented 10 months ago

Doesnt appear to be any standard way of handling filenames :/