Browse Source

updated gitignore

master
alpcentaur 6 months ago
parent
commit
2aa1134b48
2 changed files with 3 additions and 1 deletions
  1. +2
    -0
      .gitignore
  2. +1
    -1
      README.md

+ 2
- 0
.gitignore View File

@ -6,3 +6,5 @@ main.py
/spiders/config.yaml
/spiders/output_old
/spiders/pages_old
spiders/__pycache__

+ 1
- 1
README.md View File

@ -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

Loading…
Cancel
Save