From 34a69da36e1a4dd862a360d5bbef749f0f329d2e Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 11 Dec 2014 10:02:05 +0100 Subject: First commit. A simple ruby app to download the 78's from http://78records.cdbpdx.com/ Just because clicking on close to 6000 files is a bit too much. --- bin/fetch78.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 bin/fetch78.rb (limited to 'bin/fetch78.rb') diff --git a/bin/fetch78.rb b/bin/fetch78.rb new file mode 100755 index 0000000..f2ab52a --- /dev/null +++ b/bin/fetch78.rb @@ -0,0 +1,6 @@ +#!/usr/bin/env ruby + +require_relative '../lib/seventy_eights/application' + +app = SeventyEights::Application.new('http://cdbpdx.com/78records/', File.expand_path('~/Music/78records')) +app.run -- cgit v1.2.3