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