Skip to content

Commit

Permalink
Update 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdctop authored Dec 17, 2019
1 parent 33db5f6 commit 7868bd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion AV_Data_Capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ def RunCore():
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[+][+]按回车键结束,你可以在结束之前查看和错误信息。")
2 changes: 0 additions & 2 deletions fc2fans_club.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 7868bd0

Please sign in to comment.