]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/blobdiff - src/websites/howcast.rb
Fixed brain error re: symbols/methods.
[dead/whatever-dl.git] / 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)