doc: 增加快手爬虫的描述

This commit is contained in:
Relakkes
2023-11-26 21:50:08 +08:00
parent 9faa4f4eec
commit d59113668f
2 changed files with 5 additions and 4 deletions

View File

@@ -9,4 +9,4 @@ RELATION_DB_PWD = os.getenv("RELATION_DB_PWD", "123456") # your relation db pas
RELATION_DB_URL = f"mysql://root:{RELATION_DB_PWD}@localhost:3306/media_crawler"
# save data to database option
IS_SAVED_DATABASED = True # if you want to save data to database, set True
IS_SAVED_DATABASED = False # if you want to save data to database, set True