Skip to content

Commit

Permalink
Fix: custom url
Browse files Browse the repository at this point in the history
  • Loading branch information
sqzw-x committed Jan 13, 2024
1 parent b6e57d4 commit 848f07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/crawlers/javdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def main(number, appoint_url='', log_info='', req_web='', language='jp', org_lan
publisher = get_publisher(html_detail)
extrafanart = get_extrafanart(html_detail)
trailer = get_trailer(html_detail)
website = get_website(real_url, javdb_website)
website = get_website(real_url, javdb_url)
wanted = get_wanted(html_info)
title_rep = ['第一集', '第二集', ' - 上', ' - 下', ' 上集', ' 下集', ' -上', ' -下']
for each in title_rep:
Expand Down

0 comments on commit 848f07b

Please sign in to comment.