adds an additional variable 'o' for torrent owner
switch( variable )
{
case 'o":
String user = dm.getDownloadState().getAttribute(DownloadManagerState.AT_USER);
if( user == null )
user = "admin";
return user;
default:
return super.expandVariable(variable, dm);
}