MASTER_SITES containing spaces, especially Sourceforge

How do I set MASTER_SITES for something like this:

Code:
https://sourceforge.net/projects/dvd-audio/files/dvda-author/dvda-author older versions/Maintained original 05.07 version/

%20 seems not to be understood, neither is "\ "
 
What about quotes?
Code:
MASTER_SITES=  "https://sourceforge.net/projects/dvd-audio/files/dvda-author/dvda-author older versions/Maintained original 05.07 version/"
 
I was trying the SF macro, but now succeeded with the literal
Code:
http://sourceforge.net/projects/dvd-audio/files/dvda-author/dvda-author%20older%20versions/Maintained%20original%2005.07%20version/
So the SF macro is not usable for this?
 
Back
Top