From 5fcbfce6da37a2bc3e2b0ea3ddfbad5e7803c10a Mon Sep 17 00:00:00 2001 From: oscarz Date: Tue, 1 Apr 2025 19:05:01 +0800 Subject: [PATCH] fix bugs --- iafd/src/fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iafd/src/fetch.py b/iafd/src/fetch.py index 25f2893..7552182 100644 --- a/iafd/src/fetch.py +++ b/iafd/src/fetch.py @@ -181,7 +181,7 @@ def fetch_movies_by_dist(): # 先刷新一下列表 fetch_distributors_list() - url_list = db_tools.query_studio_hrefs() + url_list = db_tools.query_distributor_hrefs() if debug: url_list = db_tools.query_distributor_hrefs(name='vixen.com') for url in url_list: