diff options
author | haturau <135221985+haturatu@users.noreply.github.com> | 2024-09-01 02:28:47 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-01 02:28:47 +0900 |
commit | 6f9466f1e2fd70eb56446de53cfa2816ac0a0dbc (patch) | |
tree | b552303f044a9cdd1b4f31a6ef85cd1479d8dcb1 /geturl.rb | |
parent | e0e3fa5f234e771ab5452a18a074cd83b52c8985 (diff) |
Update geturl.rb
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 = '/home/haturatu/Downloads/mstdon/test' +FILE_PATH = '/Your/URLs/list/file' RESULT_FILE = 'Result' OTHER_ERROR_FILE = 'Other' CONCURRENCY = 10 |