From 414151b1393f00ccd41fe3594a48d3e362997097 Mon Sep 17 00:00:00 2001 From: lededev Date: Fri, 22 Oct 2021 18:44:14 +0800 Subject: [PATCH] add original_title for config.ini [Name_Rule]location_rule and naming_rule --- WebCrawler/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/WebCrawler/__init__.py b/WebCrawler/__init__.py index 039fed0..8a1d67f 100644 --- a/WebCrawler/__init__.py +++ b/WebCrawler/__init__.py @@ -248,6 +248,7 @@ def get_data_from_json(file_number): # 从JSON返回元数据 # 返回处理后的json_data json_data['title'] = title + json_data['original_title'] = title json_data['actor'] = actor json_data['release'] = release json_data['cover_small'] = cover_small