|
|
@@ -11,7 +11,7 @@ from .hotspot_profile import (
|
|
|
batch_fetch_portraits,
|
|
|
)
|
|
|
from .store_results_mysql import store_results_mysql
|
|
|
-from .aigc_platform_api import create_crawler_plan_by_douyin_content_id, create_crawler_plan_by_douyin_account_id
|
|
|
+from .aigc_platform_api import create_crawler_plan_by_douyin_content_id
|
|
|
from .think_and_plan import think_and_plan
|
|
|
from .find_authors_from_db import find_authors_from_db
|
|
|
from .get_goodcase_topic_point import get_goodcase_topic_point
|
|
|
@@ -26,7 +26,6 @@ __all__ = [
|
|
|
"batch_fetch_portraits",
|
|
|
"store_results_mysql",
|
|
|
"create_crawler_plan_by_douyin_content_id",
|
|
|
- "create_crawler_plan_by_douyin_account_id",
|
|
|
"think_and_plan",
|
|
|
"find_authors_from_db",
|
|
|
"get_goodcase_topic_point",
|