davideisinger.com

My personal website
Log | Files | Refs | README

commit 9fc1babee6dac4eaaee8c177e007ef009e27f236
parent d8c598aeb9f55735c95d22e5666daf12fd8b81f1
Author: David Eisinger <[email protected]>
Date:   Tue, 16 Jan 2024 23:23:25 -0500

Revert "Workaround gzip/lynx issue"

This reverts commit d58e9285ecc9d464a9ac4a441e18af3bc3c52624.

Diffstat:
Mbin/archive | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/archive b/bin/archive @@ -15,7 +15,7 @@ puts "references:" urls.each do |url| page_content = `curl -s #{url}` - text_content = `curl -s #{url} | lynx -dump --display_charset=utf-8 -stdin` + text_content = `lynx -dump --display_charset=utf-8 #{url}` begin title = page_content