From d3879f697962d8572d7d7806f7e4c44dbf750fa3 Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Thu, 5 May 2022 20:57:39 +0800 Subject: [PATCH 1/3] Delete bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ---------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea7..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. From bc19e744117affe5d653b352bd3ed1f9d1b9c84d Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Thu, 5 May 2022 20:59:33 +0800 Subject: [PATCH 2/3] Update feature-request------.md --- .github/ISSUE_TEMPLATE/feature-request------.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request------.md b/.github/ISSUE_TEMPLATE/feature-request------.md index 68ca96c..d322db7 100644 --- a/.github/ISSUE_TEMPLATE/feature-request------.md +++ b/.github/ISSUE_TEMPLATE/feature-request------.md @@ -8,7 +8,9 @@ assignees: '' --- For the new functions you need, you can contact me through the contact information below for a paid solution. I will respond as soon as possible and deliver it in the next version. + 对于需要的新功能,可通过下方联系方式联系我有偿解决,我会尽快响应,会在下一个版本交付 -## 联系方式 Contact: -* yoshiko2.dev@gmail.com -* [Telegram](https://t.me/yoshiko2) + +# 联系方式 Contact: +* Email : yoshiko2.dev@gmail.com +* Telegram : https://t.me/yoshiko2 From 92de4d4bbe40a2516b5ae71e0046223f365617fb Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Thu, 5 May 2022 21:02:26 +0800 Subject: [PATCH 3/3] Update Movie_Data_Capture.py --- Movie_Data_Capture.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Movie_Data_Capture.py b/Movie_Data_Capture.py index 83bb89d..c857116 100644 --- a/Movie_Data_Capture.py +++ b/Movie_Data_Capture.py @@ -451,7 +451,7 @@ def create_data_and_move(movie_path: str, zero_op: bool, no_net_op: bool, oCC): movie_path = os.path.abspath(movie_path) if debug is True: - print(f"[!] [{n_number}] As Number making data for '{movie_path}'") + print(f"[!] [{n_number}] As Number Processing for '{movie_path}'") if zero_op: return if n_number: @@ -465,7 +465,7 @@ def create_data_and_move(movie_path: str, zero_op: bool, no_net_op: bool, oCC): print("[*]======================================================") else: try: - print(f"[!] [{n_number}] As Number making data for '{movie_path}'") + print(f"[!] [{n_number}] As Number Processing for '{movie_path}'") if zero_op: return if n_number: @@ -490,7 +490,7 @@ def create_data_and_move_with_custom_number(file_path: str, custom_number, oCC): conf = config.getInstance() file_name = os.path.basename(file_path) try: - print("[!] [{1}] As Number making data for '{0}'".format(file_path, custom_number)) + print("[!] [{1}] As Number Processing for '{0}'".format(file_path, custom_number)) if custom_number: core_main(file_path, custom_number, oCC) else: