From b832fe95552b3ea080c55a576373e52960c7df39 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 26 Sep 2009 20:46:50 -0400 Subject: [PATCH] Fixed brain error re: symbols/methods. --- src/websites/howcast.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.43.2