X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fwhatever-dl.git;a=blobdiff_plain;f=lib%2Fwhatever-dl.rb;fp=lib%2Fwhatever-dl.rb;h=f3b8907081874ccfccebf1ddb84cd69658cb557b;hp=b32cefbd45747bb8e04f482d940e5b68ad30215e;hb=ba6846f883a41ed1ee8a79a036ba091d4b1fb9cb;hpb=778e8f555a929540819c671f1415491c2bffa1d1 diff --git a/lib/whatever-dl.rb b/lib/whatever-dl.rb index b32cefb..f3b8907 100644 --- a/lib/whatever-dl.rb +++ b/lib/whatever-dl.rb @@ -34,7 +34,7 @@ my_path = Pathname.new(__FILE__).realpath.to_s # The Dir.glob that's coming up doesn't use the # Ruby library path so we need to tell it where to # look explicitly. -websites_pattern = File.dirname(my_path) + 'whatever-dl/websites/*.rb' +websites_pattern = File.dirname(my_path) + '/whatever-dl/websites/*.rb' # All of the website classes are located in one # directory, so we can 'require' them automatically.