diff options
author | haturatu <taro@eyes4you.org> | 2024-09-01 02:15:59 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2024-09-01 02:15:59 +0900 |
commit | e0e3fa5f234e771ab5452a18a074cd83b52c8985 (patch) | |
tree | fee17fc09e686dc91a7f22053fcbd5bf4d266d2e /geturl.rb | |
parent | f08411e3d4cec3be138eaef300fa419b02bd286d (diff) |
add readme
Diffstat (limited to 'geturl.rb')
-rwxr-xr-x | geturl.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |