Use lynx instead of w3m for backup

Includes URL references which is nice
This commit is contained in:
David Eisinger
2023-04-05 11:04:01 -04:00
parent f57cdc6be5
commit f5e5481eb6
15 changed files with 2986 additions and 2173 deletions

View File

@@ -15,7 +15,7 @@ puts "references:"
urls.each do |url|
page_content = `curl -s #{url}`
text_content = `w3m #{url}`
text_content = `lynx -dump --display_charset=utf-8 #{url}`
begin
title = page_content