mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 17:56:44 +00:00
Shorten some lines for readability
This commit is contained in:
parent
6779971dc9
commit
ea73ed5ed6
@ -16,7 +16,8 @@ class WaybackMachineDownloader
|
|||||||
|
|
||||||
VERSION = "1.1.5"
|
VERSION = "1.1.5"
|
||||||
|
|
||||||
attr_accessor :base_url, :directory, :from_timestamp, :to_timestamp, :only_filter, :exclude_filter, :all, :list, :maximum_pages, :threads_count
|
attr_accessor :base_url, :directory, :from_timestamp, :to_timestamp,
|
||||||
|
:only_filter, :exclude_filter, :all, :list, :maximum_pages, :threads_count
|
||||||
|
|
||||||
def initialize params
|
def initialize params
|
||||||
@base_url = params[:base_url]
|
@base_url = params[:base_url]
|
||||||
@ -78,7 +79,8 @@ class WaybackMachineDownloader
|
|||||||
end
|
end
|
||||||
|
|
||||||
def get_all_snapshots_to_consider
|
def get_all_snapshots_to_consider
|
||||||
# Note: Passing a page index parameter allow us to get more snapshots, but from a less fresh index
|
# Note: Passing a page index parameter allow us to get more snapshots,
|
||||||
|
# but from a less fresh index
|
||||||
print "Getting snapshot pages"
|
print "Getting snapshot pages"
|
||||||
snapshot_list_to_consider = ""
|
snapshot_list_to_consider = ""
|
||||||
snapshot_list_to_consider += get_raw_list_from_api(@base_url, nil)
|
snapshot_list_to_consider += get_raw_list_from_api(@base_url, nil)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user