Merge branch 'master' into master
This commit is contained in:
@@ -76,11 +76,10 @@ def get_data_from_json(
|
|||||||
ca_cert = conf.cacert_file()
|
ca_cert = conf.cacert_file()
|
||||||
|
|
||||||
json_data = search(file_number, sources, proxies=proxies, verify=ca_cert,
|
json_data = search(file_number, sources, proxies=proxies, verify=ca_cert,
|
||||||
dbsite=javdb_site, dbcookies=javdb_cookies,
|
dbsite=javdb_site, dbcookies=javdb_cookies,
|
||||||
morestoryline=conf.is_storyline(),
|
morestoryline=conf.is_storyline(),
|
||||||
specifiedSource=specified_source, specifiedUrl=specified_url,
|
specifiedSource=specified_source, specifiedUrl=specified_url,
|
||||||
debug=conf.debug())
|
debug = conf.debug())
|
||||||
|
|
||||||
# Return if data not found in all sources
|
# Return if data not found in all sources
|
||||||
if not json_data:
|
if not json_data:
|
||||||
print('[-]Movie Number not found!')
|
print('[-]Movie Number not found!')
|
||||||
|
|||||||
Reference in New Issue
Block a user