summaryrefslogtreecommitdiff
path: root/geturl.rb
diff options
context:
space:
mode:
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 2e446d4..f86bf8e 100755
--- a/geturl.rb
+++ b/geturl.rb
@@ -7,7 +7,7 @@ require 'nokogiri'
require 'charlock_holmes'
require 'unicode_utils'
-FILE_PATH = '/your/bookmark/txtfile'
+FILE_PATH = '/home/haturatu/Downloads/mstdon/test'
RESULT_FILE = 'Result'
OTHER_ERROR_FILE = 'Other'
CONCURRENCY = 10