mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-18 02:06:35 +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"
|
VERSION = "2.0.0"
|
||||||
|
|
||||||
attr_accessor :base_url, :exact_match, :directory,
|
attr_accessor :base_url, :exact_match, :directory,
|
||||||
:from_timestamp, :to_timestamp,
|
:from_timestamp, :to_timestamp, :only_filter, :exclude_filter,
|
||||||
:only_filter, :exclude_filter, :all, :maximum_pages, :threads_count
|
:all, :maximum_pages, :threads_count
|
||||||
|
|
||||||
def initialize params
|
def initialize params
|
||||||
@base_url = params[:base_url]
|
@base_url = params[:base_url]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user