Fix missing comma issue

This commit is contained in:
hartator 2017-10-26 19:43:48 -05:00
parent a7c3d9b6c1
commit c06ab067aa

View File

@ -16,7 +16,7 @@ class WaybackMachineDownloader
VERSION = "2.1.1"
attr_accessor :base_url, :exact_url, :directory, :all_timestamps
attr_accessor :base_url, :exact_url, :directory, :all_timestamps,
:from_timestamp, :to_timestamp, :only_filter, :exclude_filter,
:all, :maximum_pages, :threads_count