rget 2.4.1 → 2.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/nicovideo.rb +1 -1
  3. data/rget.gemspec +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 70a1b0f82a44b66cf195de23ace14cd10f885816
4
- data.tar.gz: bf625eae01130fc02aa08f8bbfd72c17a8b1f4b0
3
+ metadata.gz: 06ecdbb76139f47d9058f7b1e608a1cbd5bbfef8
4
+ data.tar.gz: 41f145442529ed56ec2f8997fcd755c1baa6f5ec
5
5
  SHA512:
6
- metadata.gz: c3794535c82474dd94dda9673d0d314654b66a3082565837595960025bd87139b693573ee43959be727372ae2372cabc894b885bb23a5874d18a36a94a292d4d
7
- data.tar.gz: ef66fa3009c7c5d6f3274f3ed2818ca156a3d474bb021b1ae8e5a3b1162939d518687687bd2c4919c40db5d7e4e7dc283488183f5264e1c830ee73c220902985
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 =~ /おまけ/ ? 'a' : ''
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.1"
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.1
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-01-08 00:00:00.000000000 Z
11
+ date: 2016-02-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor