updated gitignore
This commit is contained in:
parent
a9c2346c04
commit
2aa1134b48
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -6,3 +6,5 @@ main.py
|
|||
/spiders/config.yaml
|
||||
/spiders/output_old
|
||||
/spiders/pages_old
|
||||
spiders/__pycache__
|
||||
|
||||
|
|
|
@ -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…
Reference in a new issue