wayback_machine_downloader 2.1.0 → 2.1.1
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/bin/wayback_machine_downloader +2 -2
- data/lib/wayback_machine_downloader.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48f524cedc0e9f66c7b0acca132a71557a327ea2
|
|
4
|
+
data.tar.gz: 1d70bb2a76cd07c82c08674fdc96b543caec48c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26eb05cbeebd911502bd01513535c7cc2d4ad0fe3850adc0205ca4f649351e56855af66915d86c501fb8be64963fe1d409d013d8afcd24064cc15673b2cc0854
|
|
7
|
+
data.tar.gz: 0dbbd54b4b4ab231adcae908bbf6cd3865768590263e767fe5e45fb3a9d70676c337f79aba576378272ddc14647ecd06fc26820fc1dec8cb52704aa6740582b7
|
|
@@ -26,8 +26,8 @@ option_parser = OptionParser.new do |opts|
|
|
|
26
26
|
options[:to_timestamp] = t
|
|
27
27
|
end
|
|
28
28
|
|
|
29
|
-
opts.on("-e", "--
|
|
30
|
-
options[:
|
|
29
|
+
opts.on("-e", "--exact-url", "Download only the url provied and not the full site") do |t|
|
|
30
|
+
options[:exact_url] = t
|
|
31
31
|
end
|
|
32
32
|
|
|
33
33
|
opts.on("-o", "--only ONLY_FILTER", String, "Restrict downloading to urls that match this filter", "(use // notation for the filter to be treated as a regex)") do |t|
|