mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-29 16:16:06 +00:00
Rename accept_regex to only_filter variable
This commit is contained in:
@@ -13,7 +13,7 @@ class WaybackMachineDownloader
|
|||||||
def initialize params
|
def initialize params
|
||||||
@base_url = params[:base_url]
|
@base_url = params[:base_url]
|
||||||
@timestamp = params[:timestamp].to_i
|
@timestamp = params[:timestamp].to_i
|
||||||
@accept_regex = /#{params[:accept_regex]}/
|
@only_filter = params[:accept_regex].to_regex
|
||||||
end
|
end
|
||||||
|
|
||||||
def backup_name
|
def backup_name
|
||||||
|
|||||||
Reference in New Issue
Block a user