mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 17:56:44 +00:00
Fix length of arguments per line
This commit is contained in:
parent
62f424b6d1
commit
28fd1e10a2
@ -17,8 +17,8 @@ class WaybackMachineDownloader
|
||||
VERSION = "2.0.0"
|
||||
|
||||
attr_accessor :base_url, :exact_match, :directory,
|
||||
:from_timestamp, :to_timestamp,
|
||||
:only_filter, :exclude_filter, :all, :maximum_pages, :threads_count
|
||||
:from_timestamp, :to_timestamp, :only_filter, :exclude_filter,
|
||||
:all, :maximum_pages, :threads_count
|
||||
|
||||
def initialize params
|
||||
@base_url = params[:base_url]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user