From 7868bd0b778c5769bf3a7f686debc2a2b603055c Mon Sep 17 00:00:00 2001 From: Yoshiko <42309414+yoshiko2@users.noreply.github.com> Date: Tue, 17 Dec 2019 10:52:40 +0800 Subject: [PATCH] Update 1.8 --- AV_Data_Capture.py | 2 +- fc2fans_club.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/AV_Data_Capture.py b/AV_Data_Capture.py index 7ef8ed6..68d3edc 100755 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -154,4 +154,4 @@ if __name__ =='__main__': CEF(exclude_directory_1) CEF(exclude_directory_2) print("[+]All finished!!!") - input("[+][+]Press enter key exit, you can check the error messge before you exit.\n[+][+]按回车键结束,你可以在结束之前查看和错误信息。") + input("[+][+]Press enter key exit, you can check the error messge before you exit.\n[+][+]按回车键结束,你可以在结束之前查看和错误信息。") \ No newline at end of file diff --git a/fc2fans_club.py b/fc2fans_club.py index 86451e1..747fa4c 100755 --- a/fc2fans_club.py +++ b/fc2fans_club.py @@ -51,8 +51,6 @@ def getYear(release): def main(number): number=number.replace('PPV','').replace('ppv','').strip('fc2_').strip('fc2-').strip('ppv-').strip('PPV-').strip('FC2_').strip('FC2-').strip('ppv-').strip('PPV-').replace('fc2ppv-','').replace('FC2PPV-','') htmlcode2 = ADC_function.get_html('http://adult.contents.fc2.com/article_search.php?id='+str(number).lstrip("FC2-").lstrip("fc2-").lstrip("fc2_").lstrip("fc2-")+'') - print('http://adult.contents.fc2.com/article_search.php?id='+str(number).lstrip("FC2-").lstrip("fc2-").lstrip("fc2_").lstrip("fc2-")+'') - print(htmlcode2) #htmlcode = ADC_function.get_html('http://fc2fans.club/html/FC2-' + number + '.html') dic = { 'title': getTitle(htmlcode2),