mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-07-24 05:10:30 +08:00
fix: 修复知乎 specified_id 和已有 Chrome CDP 连接
This commit is contained in:
@@ -382,6 +382,8 @@ async def parse_cmd(argv: Optional[Sequence[str]] = None):
|
||||
config.TIEBA_SPECIFIED_ID_LIST = [
|
||||
_normalize_tieba_note_id(item) for item in specified_id_list
|
||||
]
|
||||
elif platform == PlatformEnum.ZHIHU:
|
||||
config.ZHIHU_SPECIFIED_ID_LIST = specified_id_list
|
||||
|
||||
if creator_id_list:
|
||||
if platform == PlatformEnum.XHS:
|
||||
|
||||
Reference in New Issue
Block a user