From 8d2f517eb4dbe180330dadc219b6c92b3cdc982a Mon Sep 17 00:00:00 2001 From: Oliver Conzen Date: Mon, 8 May 2017 11:06:03 +0200 Subject: [PATCH 1/3] Update README.md The extra backslash is unnecessary and breaks the script. PDFs and screenshots are not generated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72103a61..364deda1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Those numbers are from running it single-threaded on my i5 machine with 50mbps d ```bash # On Mac: brew install Caskroom/versions/google-chrome-canary wget python3 -echo -e '#!/bin/bash\n/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary \"$@"' > /usr/local/bin/google-chrome +echo -e '#!/bin/bash\n/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary "$@"' > /usr/local/bin/google-chrome chmod +x /usr/local/bin/google-chrome # On Linux: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - From e6f62d56e0cb696d4f2cd2eb43a045524f5963ab Mon Sep 17 00:00:00 2001 From: Oliver Conzen Date: Mon, 8 May 2017 12:11:59 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 364deda1..96ad7232 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Save an archived copy of all websites you star using Pocket or Pinboard, indexed **Runtime:** I've found it takes about an hour to download 1000 articles, and they'll take up roughly 1GB. Those numbers are from running it single-threaded on my i5 machine with 50mbps down. YMMV. -**Dependencies:** `google-chrome --headless (59)`,` wget`, `python3` +**Dependencies:** `google-chrome >= 59`,` wget >= 1.16`, `python3 >= 3.5` ```bash # On Mac: From 21dc71d547d2cea1b410ed3d7f6b641ab30fee34 Mon Sep 17 00:00:00 2001 From: Oliver Conzen Date: Mon, 8 May 2017 12:17:05 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 96ad7232..23d5768a 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ apt update; apt install google-chrome-beta python3 wget # Check: google-chrome --version && which wget && which python3 && echo "[√] All dependencies installed." ``` +On some Linux distributions the python3 package might not be recent enough. +If this is the case for you, resort to installing a recent enough version manually. +[The official Python documentation](https://docs.python.org/3.6/using/unix.html) is a good place to start. **Archiving:**