X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fwhatever-dl.git;a=blobdiff_plain;f=src%2Fwebsites%2Fhowcast.rb;h=90cbd615ca069c8c0f4a653796e2ae14b80c2374;hp=58861e7d1da0ebf555f2ee06ba0077dfa56e0fda;hb=b832fe95552b3ea080c55a576373e52960c7df39;hpb=5185d100c0406dab1f9013e5b0e86289558225e9 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)