mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 17:56:44 +00:00
Fix missing comma issue
This commit is contained in:
parent
a7c3d9b6c1
commit
c06ab067aa
@ -16,7 +16,7 @@ class WaybackMachineDownloader
|
|||||||
|
|
||||||
VERSION = "2.1.1"
|
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,
|
:from_timestamp, :to_timestamp, :only_filter, :exclude_filter,
|
||||||
:all, :maximum_pages, :threads_count
|
:all, :maximum_pages, :threads_count
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user