From 6f9466f1e2fd70eb56446de53cfa2816ac0a0dbc Mon Sep 17 00:00:00 2001 From: haturau <135221985+haturatu@users.noreply.github.com> Date: Sun, 1 Sep 2024 02:28:47 +0900 Subject: Update geturl.rb --- geturl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geturl.rb b/geturl.rb index f86bf8e..166956a 100755 --- a/geturl.rb +++ b/geturl.rb @@ -7,7 +7,7 @@ require 'nokogiri' require 'charlock_holmes' require 'unicode_utils' -FILE_PATH = '/home/haturatu/Downloads/mstdon/test' +FILE_PATH = '/Your/URLs/list/file' RESULT_FILE = 'Result' OTHER_ERROR_FILE = 'Other' CONCURRENCY = 10 -- cgit v1.2.3