wayback_machine_downloader 0.4.2 → 0.4.3
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 +4 -4
- data/lib/wayback_machine_downloader.rb +2 -2
- 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: 6494ef214d3de204bb80cc77ff47b4dbb6c4e944
|
|
4
|
+
data.tar.gz: 8612ce85cb9456cd9e7e432924283e2aae00cd10
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22585cb41a1991b16043574993e34a84aecc79293a49069883cbcbf5ec1c9f133b3978207a7cbfc98bbcc11697663304c92f735f2fafae450bad83baa554e43b
|
|
7
|
+
data.tar.gz: e5c47a9000ddb5226ac992a06f4b0ded0ca7943fd26c3b2d5ac15b0c112721965896800287cf236a7f9893defa0c26b5e8d8d76e4f9ed3ae071faa917d8ab5a6
|
|
@@ -8,7 +8,7 @@ require_relative 'wayback_machine_downloader/to_regex'
|
|
|
8
8
|
|
|
9
9
|
class WaybackMachineDownloader
|
|
10
10
|
|
|
11
|
-
VERSION = "0.4.
|
|
11
|
+
VERSION = "0.4.3"
|
|
12
12
|
|
|
13
13
|
attr_accessor :base_url, :from_timestamp, :to_timestamp, :only_filter, :exclude_filter, :all
|
|
14
14
|
|
|
@@ -112,7 +112,7 @@ class WaybackMachineDownloader
|
|
|
112
112
|
file_list_by_timestamp = get_file_list_by_timestamp
|
|
113
113
|
if file_list_by_timestamp.count == 0
|
|
114
114
|
puts "No files to download."
|
|
115
|
-
puts "Possible
|
|
115
|
+
puts "Possible reasons:"
|
|
116
116
|
puts "\t* Site is not in Wayback Machine Archive."
|
|
117
117
|
puts "\t* From timestamp too much in the future." if @from_timestamp and @from_timestamp != 0
|
|
118
118
|
puts "\t* To timestamp too much in the past." if @to_timestamp and @to_timestamp != 0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wayback_machine_downloader
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- hartator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-08-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|