mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-29 16:16:06 +00:00
Fix missing comma issue
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user