From 015367acee2491bbf5f9d52b61126dc786ef44c7 Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Wed, 17 Nov 2021 01:25:00 +0800 Subject: [PATCH 1/3] Update FreeBSD.sh --- wrapper/FreeBSD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapper/FreeBSD.sh b/wrapper/FreeBSD.sh index 98f25f6..e6a8629 100755 --- a/wrapper/FreeBSD.sh +++ b/wrapper/FreeBSD.sh @@ -1,4 +1,4 @@ -pkg install python38 py38-requests py38-pip py38-lxml py38-pillow py38-cloudscraper py38-pysocks git zip py38-beautifulsoup448 +pkg install python38 py38-requests py38-pip py38-lxml py38-pillow py38-cloudscraper py38-pysocks git zip py38-beautifulsoup448 py38-mechanicalsoup pip install pyquery pyinstaller pyinstaller --onefile AV_Data_Capture.py --hidden-import ADC_function.py --hidden-import core.py \ --add-data "$(python3.8 -c 'import cloudscraper as _; print(_.__path__[0])' | tail -n 1):cloudscraper" \ From 713ce3294d25f11e370f073a4f0d60040ce3ca59 Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Sat, 20 Nov 2021 04:02:14 +0800 Subject: [PATCH 2/3] Update to 5.0.4 --- AV_Data_Capture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AV_Data_Capture.py b/AV_Data_Capture.py index b761435..1f9c8f7 100755 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -441,7 +441,7 @@ def create_data_and_move_with_custom_number(file_path: str, custom_number, oCC): def main(): - version = '5.0.3' + version = '5.0.4' urllib3.disable_warnings() #Ignore http proxy warning # Read config.ini first, in argparse_function() need conf.failed_folder() From b244122892f89b2e15133927724800908c2d0b2c Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Sat, 20 Nov 2021 04:04:19 +0800 Subject: [PATCH 3/3] Del`actor,director,label` default cc_convert var --- config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ini b/config.ini index e887999..7725113 100755 --- a/config.ini +++ b/config.ini @@ -108,4 +108,4 @@ show_result=0 ; 繁简转换 繁简转换模式mode=0:不转换 1:繁转简 2:简转繁 [cc_convert] mode=1 -vars=actor,director,label,outline,series,studio,tag,title +vars=outline,series,studio,tag,title