We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1fefe commit c9e1563Copy full SHA for c9e1563
lib/wayback_machine_downloader.rb
@@ -77,7 +77,7 @@ def match_exclude_filter file_url
77
end
78
79
def get_all_snapshots_to_consider
80
- # 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
81
print "Getting snapshot pages"
82
snapshot_list_to_consider = ""
83
snapshot_list_to_consider += get_raw_list_from_api(@base_url, nil)
0 commit comments