From 2aa1134b4888c36cb847547a6a8537f77bc55128 Mon Sep 17 00:00:00 2001 From: alpcentaur Date: Tue, 5 Mar 2024 14:56:03 +0000 Subject: [PATCH] updated gitignore --- .gitignore | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f54850a..af8da8f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ main.py /spiders/config.yaml /spiders/output_old /spiders/pages_old +spiders/__pycache__ + diff --git a/README.md b/README.md index 179785a..45e4a7e 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ If you change visible=0 to visible=1 here, the spider will run with actually ope This line is present two times in the code. One for downloading the pages with the links, and one for downloading the pages of/behind the links. -After finding and jumping to "display" with ctrl-w, go down some lines, and issue ctrl-w again. Or find out in the manual how to jump to the next occurance, I knew it once. +After finding and jumping to "display" with ctrl-w, issue alt+w to get to the next display variable definition. #### another tip