Improve crawler, externalize logins

This commit is contained in:
poka 2020-03-20 01:25:55 +01:00
parent bf9a9de306
commit 64072b4561
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
data/*
ygg-crawler/node_modules/
login.py

2
login.py.template Normal file
View File

@ -0,0 +1,2 @@
user = ""
passwd = ""