X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=lib%2Fwhatever-dl%2Fdownloader.rb;h=c21cccd8c448414d1e0ce4250ff2b3f78a790191;hb=HEAD;hp=c62ebf9361a63505fd886322dca8f0633f6cedf5;hpb=1ea5d78f268bece1396c0bfd65ce34cf1638eb7e;p=dead%2Fwhatever-dl.git 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