bandcamp 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/band_camp_download +1 -1
- data/lib/band_camp/page.rb +1 -2
- data/lib/band_camp/version.rb +1 -1
- metadata +4 -4
data/bin/band_camp_download
CHANGED
@@ -17,7 +17,7 @@ else
|
|
17
17
|
usage = <<EOT
|
18
18
|
Usage: #{$0} http://example.bandcamp.com [http://otherexample.bandcamp.com/]*
|
19
19
|
This script finds all the songs shown on the bandcamp page and downloads them to
|
20
|
-
./
|
20
|
+
./band_name/xx-track_name.mp3
|
21
21
|
EOT
|
22
22
|
STDERR.puts usage
|
23
23
|
end
|
data/lib/band_camp/page.rb
CHANGED
data/lib/band_camp/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bandcamp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 6
|
10
|
+
version: 0.0.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Tom ten Thij
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-
|
18
|
+
date: 2010-11-03 00:00:00 +00:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|