]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/commitdiff
Fixed brain error re: symbols/methods.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 27 Sep 2009 00:46:50 +0000 (20:46 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 2 Oct 2009 02:49:10 +0000 (22:49 -0400)
src/websites/howcast.rb

index 58861e7d1da0ebf555f2ee06ba0077dfa56e0fda..90cbd615ca069c8c0f4a653796e2ae14b80c2374 100644 (file)
@@ -36,9 +36,9 @@ class Howcast < Website
     return "http://www.howcast.com#{filepath}"
   end
 
-  :private
+  protected;
 
-    def parse_video_id()
+  def parse_video_id()
     # This regex just pulls out the video id
     id_regex = /\/(\d+)-/
     matches = id_regex.match(@url)