mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-18 10:16:47 +00:00
Fix spelling in comment
This commit is contained in:
parent
5d1fefe252
commit
c9e15636b1
@ -77,7 +77,7 @@ 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 snapshot, 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