rget 2.4.1 → 2.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/nicovideo.rb +1 -1
- data/rget.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 06ecdbb76139f47d9058f7b1e608a1cbd5bbfef8
|
4
|
+
data.tar.gz: 41f145442529ed56ec2f8997fcd755c1baa6f5ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e1159dd0a8dd8ce412461ac47a19a896df218c1396f1d4440e145b960730ef3dc72b9c6aad5631288c22d5852466e57a0b60406b93eaee9a26a7af928095039
|
7
|
+
data.tar.gz: fa5d10806522dd4b0106ddc647e54af7b005ab525c9660132c9382c221198bbf9046201675a2e812c3808a102a8605f8c16fae6a0ee13c8060abb35258770a66
|
data/lib/nicovideo.rb
CHANGED
@@ -25,7 +25,7 @@ class Nicovideo < WebRadio
|
|
25
25
|
|
26
26
|
video = @nico.video(Pathname(URI(player_url).path).basename.to_s)
|
27
27
|
serial = video.title.scan(/(?:[#第]|[ ]EP|track-)(\d+)|/).flatten.compact[0].to_i
|
28
|
-
appendix = video.title =~
|
28
|
+
appendix = video.title =~ /おまけ|アフタートーク/ ? 'a' : ''
|
29
29
|
@file = "#{name}##{'%02d' % serial}#{appendix}.#{video.type}"
|
30
30
|
@mp3_file = @file.sub(/\....$/, '.mp3')
|
31
31
|
mp3nize(@file, @mp3_file) do
|
data/rget.gemspec
CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "rget"
|
7
|
-
spec.version = "2.4.
|
7
|
+
spec.version = "2.4.2"
|
8
8
|
spec.authors = ["TADA Tadashi"]
|
9
9
|
spec.email = ["t@tdtds.jp"]
|
10
10
|
spec.description = %q{Downloading newest radio programs on the web. Supported radio stations are hibiki, animate, onsen, seaside communications, niconico and youtube.}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rget
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.
|
4
|
+
version: 2.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- TADA Tadashi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-02-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|