image-dumper 0.8.3 → 0.8.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 7d9b1ddab894fca19619178faebbf143c6b73e11
4
- data.tar.gz: 806c1522ab4d1bd445fa576f7901dbefdc5cb071
2
+ SHA256:
3
+ metadata.gz: d4411b0b88f57d08a4af26137aea8e24cf3496e76ed5bf978c48795eb4efb3f6
4
+ data.tar.gz: a7caee26ab40a0289940c97ad9080a05e17a9817020168e2a0b97f81d9d63586
5
5
  SHA512:
6
- metadata.gz: 55773153cbc02d2859b78d08727edfbdfa83fae16605a9c5c505f393fa2b07d1c138b3c5125701ca94bd3f393eaf6adcc1d8c1a3ce8b80d100b2fa507b941c2e
7
- data.tar.gz: 1f3126eb47e9de2ca8730774fb69ebdf945fc49d1907c0b44e7e4a0b6920a05a8e8490cccad5d4092001527337c6249031906f55adc8709b84308e792153db3d
6
+ metadata.gz: 6bd05c8788dc03f4f8bd209aeb615e5fe9bdeaad0e6bbdcc5b3722bc06dbb05a82419173bb5cfc22ffa69ce1bc85aa2f17e2f09ce8415678d5474cd58b19173e
7
+ data.tar.gz: fa63a5271d2a78d9ace7a069c3bc73ad70253529b9206751fee0cbcdbc29fffda3e06bb0c160bd9c37e4fc744ba06aae0d21d7f13d1226c88d834feb4680fde7
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -30,7 +30,7 @@ module Dumper
30
30
  img = Nokogiri::HTML(open('https://' + URI.parse(url).hostname + p,
31
31
  'User-Agent' => Dumper::USER_AGENT,
32
32
  'Referer' => url
33
- )).at_xpath('//a[@class="original-file-unchanged"]/@href').text
33
+ )).at_xpath('//a[@id="png" or @id="highres"]/@href').text
34
34
  Dumper.get path, img, { referer: url }
35
35
  }
36
36
  }
File without changes
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright(C) 2015 Giovanni Capuano <webmaster@giovannicapuano.net>
2
+ # Copyright(C) 2018 Giovanni Capuano <webmaster@giovannicapuano.net>
3
3
  #
4
4
  # This file is part of Dumper.
5
5
  #
@@ -19,6 +19,6 @@
19
19
 
20
20
  module Dumper
21
21
  def self.version
22
- '0.8.3'
22
+ '0.8.4'
23
23
  end
24
24
  end
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: image-dumper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 0.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giovanni Capuano
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-28 00:00:00.000000000 Z
11
+ date: 2018-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -272,7 +272,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
272
272
  version: '0'
273
273
  requirements: []
274
274
  rubyforge_project:
275
- rubygems_version: 2.5.1
275
+ rubygems_version: 2.7.6
276
276
  signing_key:
277
277
  specification_version: 4
278
278
  summary: Fetch and download image gallery.