try another domain name
This commit is contained in:
@@ -251,7 +251,7 @@ def main(number):
|
|||||||
javdb_detail_url = 'https://' + javdb_site + '.com' + correct_url
|
javdb_detail_url = 'https://' + javdb_site + '.com' + correct_url
|
||||||
detail_page = get_html(javdb_detail_url, cookies=javdb_cookies)
|
detail_page = get_html(javdb_detail_url, cookies=javdb_cookies)
|
||||||
except:
|
except:
|
||||||
detail_page = get_html('https://' + javdb_site + '.com' + correct_url, cookies=javdb_cookies)
|
detail_page = get_html('https://javdb.com' + correct_url, cookies=javdb_cookies)
|
||||||
|
|
||||||
# no cut image by default
|
# no cut image by default
|
||||||
imagecut = 3
|
imagecut = 3
|
||||||
|
|||||||
Reference in New Issue
Block a user