public static function lookup($file)
 {
     return new Download(Downloader::parse_link(urldecode($file)));
 }