mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-03-01 03:30:47 +08:00
@@ -205,7 +205,7 @@ class XhsJsonStoreImplement(AbstractStore):
|
||||
|
||||
save_data.append(save_item)
|
||||
async with aiofiles.open(save_file_name, 'w', encoding='utf-8') as file:
|
||||
await file.write(json.dumps(save_data, ensure_ascii=False))
|
||||
await file.write(json.dumps(save_data, ensure_ascii=False, indent=4))
|
||||
|
||||
if config.ENABLE_GET_COMMENTS and config.ENABLE_GET_WORDCLOUD:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user