]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/commitdiff
Silly whitespace changes.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 21 Mar 2009 04:36:36 +0000 (00:36 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 21 Mar 2009 04:36:36 +0000 (00:36 -0400)
src/websites/howcast.rb
src/websites/redtube.rb
src/websites/yikers.rb

index 5cf490e2d1dbaf77f1d428e627251392b02152b8..c8dfcd3fc12a13564bcd53c56d9ccaf81621c75a 100644 (file)
@@ -45,5 +45,6 @@ class Howcast < Website
     
     return "http://media.howcast.com/system/videos/#{video_id}/#{video_id}.flv"
   end
+
   
 end
index 4a34bbc2dc98ddb58f1f694f50adbb5b1e7ddd49..39ca90137a7f367f3c3d571b2c6261415b9c33c2 100644 (file)
@@ -132,4 +132,5 @@ class Redtube < Website
     return file_name
   end 
 
+  
 end
index b602f3a7d5a64b8bb3a7454810a16654ea301bcc..c1153ee61cdf44d95cabf7ce518aa8eca5899229 100644 (file)
@@ -97,5 +97,6 @@ class Yikers < Website
     
     return response.body
   end
+
   
 end