X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fwhatever-dl.git;a=blobdiff_plain;f=lib%2Fwhatever-dl%2Fdownloader.rb;h=c21cccd8c448414d1e0ce4250ff2b3f78a790191;hp=c62ebf9361a63505fd886322dca8f0633f6cedf5;hb=HEAD;hpb=7363a7921a9e353722b929f4ff3eda8bf828ef52 diff --git a/lib/whatever-dl/downloader.rb b/lib/whatever-dl/downloader.rb index c62ebf9..c21cccd 100644 --- a/lib/whatever-dl/downloader.rb +++ b/lib/whatever-dl/downloader.rb @@ -28,12 +28,12 @@ class Downloader end end - + # Abstract def download(url, outfile, headers = {}, continue = false) raise NotImplementedError end - + end