mass-client 1.0.15 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 53ba01f6dc72c15098bf26fa1ddd656acf3c81b259d53f0d544664fef62d6f94
4
- data.tar.gz: b446332f82fc89b30a93c6f682c5562d1ba2e175e407aad431ae09a03d98a6f5
3
+ metadata.gz: 72e73ed48a3ece2e7f8eee5d01ec38f8d4d96b6b489d807d61810d153d23cbe0
4
+ data.tar.gz: 3bbf7cbd0ee7c51d3609d1e98982a5afd7bfd2ed007cf7dcee51041746fbfeda
5
5
  SHA512:
6
- metadata.gz: 88acec54a80b2eaf25e443a160473f0e325df2335866097d7626cf829f9bc69f881e2dcaa81cf7d69b8fc53d4a8af0e95b386b900d4425af3504297e277c5ef6
7
- data.tar.gz: 5b3bd557a39e38ef55cce0a5118c1cda8c8ee6a0e7cbdf4765ce798670c3d424ced8f5f676b21b8dc61a713597ea18c0acd4ab076a5626f8bae0582baf470a99
6
+ metadata.gz: 5f3fd3cead76ae5aebcd3ce49e69c993892103c9d54f491bbf698a20d3f00b549094fe3aa8a0b11cd94670664c2ebcea76a58731d02adbb79f9a6195fd0f7ff6
7
+ data.tar.gz: 5e93634a3363448dd86a81d5435056f68251640bad12e3bb94988e3a0aad1ffdfe3c8fd64370694c76705ab9e1e07893885317a2da6efa4465317255d91a73a4
@@ -192,7 +192,7 @@ module Mass
192
192
  tmp_paths = Mass.download_path.map { |s| "#{s}/#{filename}" } if Mass.download_path.is_a?(Array)
193
193
 
194
194
  # excute JavaScript function downloadImage with the parameter src
195
-
195
+ #binding.pry
196
196
  # this function is to download images from the same browser, using the proxy of the browser.
197
197
  # never download images from the server, because sites can track the IP.
198
198
  js0 = "
@@ -212,7 +212,7 @@ module Mass
212
212
  "
213
213
  #binding.pry
214
214
  driver.execute_script(js0)
215
-
215
+ sleep(10)
216
216
  # code
217
217
  year = Time.now.year.to_s.rjust(4,'0')
218
218
  month = Time.now.month.to_s.rjust(2,'0')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mass-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.15
4
+ version: 1.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leandro Daniel Sardi