This commit is contained in:
r888888888
2015-02-20 20:04:23 -08:00
parent b93cda01b8
commit f12fb40e3e
9 changed files with 37 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ class UploadsController < ApplicationController
begin
@source = Sources::Site.new(params[:url])
@remote_size = Downloads::File.new(@normalized_url, ".").size
rescue Exception
end
end