yellow data, crawler fixes, .gitignore added out files
This commit is contained in:
parent
f7ff1acec3
commit
a16d660cf7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
env
|
||||
*.out
|
||||
|
@ -41,7 +41,7 @@ def main(args):
|
||||
|
||||
if r.status_code != 200:
|
||||
print(r.__dict__)
|
||||
time.sleep(10)
|
||||
time.sleep(30)
|
||||
r = requests.get(MAIN_URL + next_page)
|
||||
if r.status_code != 200:
|
||||
break
|
||||
|
1253132
yellow.tsv
Normal file
1253132
yellow.tsv
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user