summaryrefslogtreecommitdiff
path: root/geturl.rb
diff options
context:
space:
mode:
authorhaturau <135221985+haturatu@users.noreply.github.com>2024-09-01 02:28:47 +0900
committerGitHub <noreply@github.com>2024-09-01 02:28:47 +0900
commit6f9466f1e2fd70eb56446de53cfa2816ac0a0dbc (patch)
treeb552303f044a9cdd1b4f31a6ef85cd1479d8dcb1 /geturl.rb
parente0e3fa5f234e771ab5452a18a074cd83b52c8985 (diff)
Update geturl.rb
Diffstat (limited to 'geturl.rb')
-rwxr-xr-xgeturl.rb2
1 files changed, 1 insertions, 1 deletions
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