Merge branch 'yoshiko2:master' into master

This commit is contained in:
Name
2022-09-16 17:20:44 +08:00
committed by GitHub
4 changed files with 16 additions and 15 deletions

View File

@@ -56,7 +56,8 @@ def get_data_from_json(file_number, oCC, specified_source, specified_url):
json_data = search(file_number, sources, proxies=proxies, verify=cacert,
dbsite=javdb_site, dbcookies=javdb_cookies,
morestoryline=conf.is_storyline(),
specifiedSource=specified_source, specifiedUrl=specified_url)
specifiedSource=specified_source, specifiedUrl=specified_url,
debug = conf.debug())
# Return if data not found in all sources
if not json_data:
print('[-]Movie Number not found!')