From 0ca931489f98b65e1025a4c4f00ae9eb8484dc27 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 16 Jun 2020 13:40:39 -0400 Subject: add minor fixes and major image fixes perform better unicode removal/conversion fix image retrieval, including svg and minor graphics assets remove even more html elements not necessary for archival display --- fetch-issue-webpages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetch-issue-webpages.py') diff --git a/fetch-issue-webpages.py b/fetch-issue-webpages.py index 86d6b71..3291cdc 100755 --- a/fetch-issue-webpages.py +++ b/fetch-issue-webpages.py @@ -44,7 +44,7 @@ def scrollDownAllTheWay(driver): return True server_string="https://git.devuan.org" -outdir="/mnt/public/www/issues" +outdir="/mnt/public/www/gitlab-issues" with open("output/files-to-fetch.txt") as f: lines=[line.rstrip() for line in f] -- cgit