Code:
alias _file { 
  return $regex($1-,/\.(?:mp3|asf|mov|avi|kar|jpg|bmp|txt|zip|rar|divx|mov|ogg|mpg|mpeg)$/Si) 
}


this code works when it's

$_file(!da^hype Ray Charles - Georgia On My Mind.mp3)

but not when's it's

$_file(!da^hype Ray Charles - Georgia On My Mind.mp3 ::INFO:: 5.0MB)

any idea why? or how to fix it?