From ee4af3fb6c8f8043585bbe0b263a4efe7fd1c592 Mon Sep 17 00:00:00 2001 From: yoshiko2 Date: Wed, 20 Apr 2022 17:19:32 +0800 Subject: [PATCH] =?UTF-8?q?Add=20=E5=AF=B9=E7=85=A7=E8=A1=A8=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E5=A4=84=E7=90=86=20#2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Movie_Data_Capture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Movie_Data_Capture.py b/Movie_Data_Capture.py index b6caaee..14dfd20 100644 --- a/Movie_Data_Capture.py +++ b/Movie_Data_Capture.py @@ -568,7 +568,7 @@ def main(args: tuple) -> Path: """ """ - return ('https://raw.githubusercon111tent.com/yoshiko2/Movie_Data_Capture/master/MappingTable/' + f, + return ('https://raw.githubusercontent.com/yoshiko2/Movie_Data_Capture/master/MappingTable/' + f, Path.home() / '.local' / 'share' / 'mdc' / f) map_tab = (fmd('mapping_actor.xml'), fmd('mapping_info.xml'), fmd('c_number.json'))