diff options
author | B Stack <bgstack15@gmail.com> | 2020-06-16 13:40:39 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-06-16 13:40:39 -0400 |
commit | 0ca931489f98b65e1025a4c4f00ae9eb8484dc27 (patch) | |
tree | 231f9fa86e40a62ef59ca0cc1ba81d52086b3597 /fetch-issue-webpages.py | |
parent | initial commit (diff) | |
download | glip-0ca931489f98b65e1025a4c4f00ae9eb8484dc27.tar.gz glip-0ca931489f98b65e1025a4c4f00ae9eb8484dc27.tar.bz2 glip-0ca931489f98b65e1025a4c4f00ae9eb8484dc27.zip |
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
Diffstat (limited to 'fetch-issue-webpages.py')
-rwxr-xr-x | fetch-issue-webpages.py | 2 |
1 files changed, 1 insertions, 1 deletions
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] |