From: Michael Orlitzky Date: Sun, 27 Sep 2009 00:46:50 +0000 (-0400) Subject: Fixed brain error re: symbols/methods. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fwhatever-dl.git;a=commitdiff_plain;h=b832fe95552b3ea080c55a576373e52960c7df39;hp=5185d100c0406dab1f9013e5b0e86289558225e9 Fixed brain error re: symbols/methods. --- diff --git a/src/websites/howcast.rb b/src/websites/howcast.rb index 58861e7..90cbd61 100644 --- a/src/websites/howcast.rb +++ b/src/websites/howcast.rb @@ -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)